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