README.md | ●●●●● patch | view | raw | blame | history | |
build.sh | ●●●●● 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