Trisurf Monte Carlo simulator
Samo Penic
2018-05-09 2ae815f58a40d4b86f5183d7e2ec406d5e0f5d65
commit | author | age
d84529 1 #!/bin/bash
SP 2 #This is a build script that helps with the initial build as described in README file
3 aclocal
4 autoheader
5 automake -ac
6 autoconf
7 ./configure
cc95bd 8 make clean
d84529 9 make
cc95bd 10 sudo make install
0efcaf 11 echo "Warning!"
SP 12 echo "Python scripts for running the trisurf-ng have been moved to separate package"
13