Trisurf Monte Carlo simulator
Samo Penic
2016-02-29 e87e4e4fcbba57d36dfd17b92f413ccf2c1b322a
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``