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