Trisurf Monte Carlo simulator
Samo Penic
2015-10-06 9a658d57467cf3f51110ec50bc7b50cd73993aaa
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``