aboutsummaryrefslogtreecommitdiff
path: root/build_ft.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_ft.sh')
-rw-r--r--build_ft.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_ft.sh b/build_ft.sh
new file mode 100644
index 0000000..26e0815
--- /dev/null
+++ b/build_ft.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+./autogen.sh && \
+./configure --with-ecore-config=/home/beber/bin/ecore-config --prefix=/home/beber && \
+make && \
+make install