Trisurf Monte Carlo simulator
Samo Penic
2015-10-06 b452d7494b80d355809bea9cefb53a8b8a15202d
Yet another fix in README.
1 files modified
10 ■■■■ changed files
README.md 10 ●●●● patch | view | raw | blame | history
README.md
@@ -14,30 +14,22 @@
On Debian based systems, install prerequisities by typing the following command in the command line:
``sudo apt-get install libconfuse-dev libgsl0-dev libxml2-dev automake gcc''
``sudo apt-get install libconfuse-dev libgsl0-dev libxml2-dev automake gcc``
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``