Trisurf Monte Carlo simulator
Samo Penic
2016-06-07 45c708286ecd53ef5db3c76f4d0eb1e1379d628d
build.sh
@@ -5,6 +5,9 @@
automake -ac
autoconf
./configure
make clean
make
make install
sudo make install
cd python
sudo python3 setup.py install
cd ..