Trisurf Monte Carlo simulator
Miha
2016-07-11 e818ba5bcc461af545665c78157be4e52252aa1c
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
f4a437 11 cd python
SP 12 sudo python3 setup.py install
13 cd ..