aboutsummaryrefslogtreecommitdiff
path: root/build_ft.sh
blob: 26e08151da48a7b484656f9b17ad68c061b80fbf (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

./autogen.sh &&  \
./configure --with-ecore-config=/home/beber/bin/ecore-config --prefix=/home/beber && \
make && \
make install