diff options
Diffstat (limited to 'build_ft.sh')
-rw-r--r-- | build_ft.sh | 6 |
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 |