Trisurf Monte Carlo simulator
Samo Penic
2020-04-13 a7fb2b94260897ec914f0bbf31698e166263036c
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