summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorgéballin2021-11-07 21:51:21 +0100
committergéballin2021-11-07 21:51:21 +0100
commit883771aef81406cbc54eae6c328039a29bcb51ef (patch)
tree7292fdebc30681e7da302c38b7d62ed477667d18 /build.sh
downloadaur-883771aef81406cbc54eae6c328039a29bcb51ef.tar.gz
I finaly did it, insight for archlinux ready to use.
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100644
index 000000000000..12d7a9ffb2cb
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,17 @@
+./configure --prefix=/usr \
+--libdir=/usr/lib64 \
+--disable-binutils \
+--disable-elfcpp \
+--disable-gas \
+--disable-gold \
+--disable-gprof \
+--disable-ld \
+--disable-rpath \
+--disable-zlib \
+--enable-sim \
+--with-gdb-datadir=/usr/share/insight \
+--with-jit-reader-dir=/usr/lib64/insight \
+--with-separate-debug-dir='/usr/lib/debug' \
+--with-expat \
+--with-python \
+--without-libunwind