Trisurf Monte Carlo simulator
Samo Penic
2016-02-16 8c1bb171977954d573a50d03308c9221d4c0ee8e
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``