efl/legacy/ecore/README

56 lines
1.2 KiB
Plaintext

-------------------------------------------------------------------------------
E C O R E - 1 . 0 . 0
-------------------------------------------------------------------------------
Fast:
How ot build and install Ecore from this tarball?
./configure \
--enable-ecore-x \
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc \
--enable-ecore-txt
make
su
<as root do:>
make install
from CVS:
./autogen.sh \
--enable-ecore-x \
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc \
--enable-ecore-txt
ake
su
<as root do:>
make install
for ipaq cross-compile:
export CC=/skiff/local/bin/arm-linux-gcc
export CFLAGS="-O9"
./configure \
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc \
--enable-ecore-txt
--with-evas-config=/skiff/local/arm-linux/bin/evas-config
make CFLAGS="-O9 -I/skiff/local/include -I/skiff/local/arm-linux/include"
FOR OTHER DEVELOPERS:
If you want to help with E... here's some ideas for ecore:
* All of NETWM supported in ecore_x
* Support DBUS ontop of ecore_con (and modify to allow explicit paths)