Trisurf Monte Carlo simulator
Samo Penic
2016-05-16 d845297ecb738510077a29dbdcf3f4ad307dc610
build.sh script to help automate build procedure
1 files modified
1 files added
12 ■■■■■ changed files
README.md 2 ●●●●● patch | view | raw | blame | history
build.sh 10 ●●●●● patch | view | raw | blame | history
README.md
@@ -48,6 +48,8 @@
``make install``
This procedure can be done automatically by calling the build.sh script.
2. Use
------
build.sh
New file
@@ -0,0 +1,10 @@
#!/bin/bash
#This is a build script that helps with the initial build as described in README file
aclocal
autoheader
automake -ac
autoconf
./configure
make
make install