Trisurf Monte Carlo simulator
Samo Penic
2016-05-18 002b70ce9bba4475376eb4933f1e7c58cac89c57
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
8 make
9 make install
10