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

./autogen.sh &&  \
./configure --with-ecore-config=${HOME}/bin/ecore-config --prefix=${HOME} && \
make && \
make install