blob: d60b54ffc447bc988ac163c8708a49f3028f3346 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# (c) 2005-2006 Bertrand Jacquin <beber.mailing@gmail.com>
./autogen.sh && \
./configure --with-ecore-config=${HOME}/bin/ecore-config --prefix=${HOME} && \
make && \
make install
|