summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-05 18:32:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-05 18:32:44 +0300
commit0c9b84e5be2f4ada74949f63feadea18d2c16678 (patch)
treec123638ddaafcdc18c084966d947e5ad21ec47fe /build.sh
parentd7ab3345f454811f5e861aa1394ca2753e7f4ba4 (diff)
downloadevol-hercules-0c9b84e5be2f4ada74949f63feadea18d2c16678.tar.gz
evol-hercules-0c9b84e5be2f4ada74949f63feadea18d2c16678.tar.bz2
evol-hercules-0c9b84e5be2f4ada74949f63feadea18d2c16678.tar.xz
evol-hercules-0c9b84e5be2f4ada74949f63feadea18d2c16678.zip
add build script.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..8a423e9
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+autoreconf -i
+./configure
+make -j3