Trisurf Monte Carlo simulator
Samo Penic
2016-12-06 0634b97e436e480b203a22e1113c473d3ae4d281
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 ..