Trisurf Monte Carlo simulator
Samo Penic
2014-03-06 a37ba25eb9dc4b99ced8e8dcc3c36b9ed434a262
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This will be installation instructions
 
To run automake:
 
-- This should be performed by developers --
 
autoscan
mv configure.scan configure.ac
aclocal
autoheader
automake -ac
autoconf
 
-- END --
 
-- End user should do this --
To build:
./configure
make
-- END --