dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Minimal changes to trisurf core to permit the trout rbc simulations with el...
Samo Penic
2016-05-20
37791bf67add4094040a9b8706450695805bf88f
[trisurf-ng.git]
/
build.sh
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