summaryrefslogtreecommitdiff
path: root/arminst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'arminst.sh')
-rwxr-xr-xarminst.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/arminst.sh b/arminst.sh
new file mode 100755
index 0000000..b57cf75
--- /dev/null
+++ b/arminst.sh
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+
+OPTIONS="--host=arm-linux $OPTIONS"
+OPTIONS="--without-curl $OPTIONS"
+OPTIONS="--disable-shared $OPTIONS"
+OPTIONS="--without-lucene $OPTIONS"
+
+export PATH=$PATH:/usr/local/arm/2.95.3/bin/
+
+. ./usrinst.sh
+