Trisurf Monte Carlo simulator
Samo Penic
2019-08-15 df111bb0cf32bbe48718a5b77f8b9d9a7400d496
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
275ac5 3 libtoolize --force
d84529 4 aclocal
SP 5 autoheader
6 automake -ac
7 autoconf
8 ./configure
cc95bd 9 make clean
d84529 10 make
cc95bd 11 sudo make install
0efcaf 12 echo "Warning!"
SP 13 echo "Python scripts for running the trisurf-ng have been moved to separate package"
14