Trisurf Monte Carlo simulator
Samo Penic
2016-02-16 f0bcead40eea062fb556e142f6f1f7a7240bc144
README.md
@@ -19,17 +19,25 @@
Move to the project root directory and compile with:
``./configure``
``make``
``make install``
If you are experiencing difficulties due to different automake versions, proceed with the longer procedure:
``aclocal``
``autoheader``
``automake -ac``
``autoconf``
``./configure``
``make``
``make install``