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 |
275ac5 | 3 | libtoolize --force |
d84529 | 4 | aclocal |
SP | 5 | autoheader |
6 | automake -ac | |
7 | autoconf | |
8 | ./configure | |
cc95bd | 9 | make clean |
d84529 | 10 | make |
cc95bd | 11 | sudo make install |
0efcaf | 12 | echo "Warning!" |
SP | 13 | echo "Python scripts for running the trisurf-ng have been moved to separate package" |
14 |