Trisurf Monte Carlo simulator
Samo Penic
2016-07-08 8a1af86e7ccdd00e864b604e1f4dd9cfc031fbd7
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 ..