efl/legacy/ecore
swielinga 0c0ef02fb4 Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores.
SVN revision: 7872
2003-11-13 12:30:50 +00:00
..
data damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
debian Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores. 2003-11-13 12:30:50 +00:00
doc damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
src Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores. 2003-11-13 12:30:50 +00:00
.cvsignore Fixed a couple of debs in e17/libs, added and updated a couple of .cvsignores. 2003-11-13 12:30:50 +00:00
AUTHORS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
COPYING damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
ChangeLog damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
Doxyfile damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
INSTALL damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
Makefile.am damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
NEWS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
README tosting.... 2003-11-03 03:51:01 +00:00
acconfig.h text utility routines... iconv wrapper there :) 2003-10-09 07:49:59 +00:00
autogen.sh Use libtoolize over libtool for testing for the version. 2003-10-11 23:18:23 +00:00
conf-e-x11.sh text utility routines... iconv wrapper there :) 2003-10-09 07:49:59 +00:00
configure.in check for iconv in libc, or libiconv... 2003-10-29 13:22:06 +00:00
ecore-config.in text utility routines... iconv wrapper there :) 2003-10-09 07:49:59 +00:00
ecore.c.in update docs 2003-10-09 09:11:38 +00:00
ecore.m4 damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
ecore.spec damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
gendoc damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
make_cross_compile_arm.sh text utility routines... iconv wrapper there :) 2003-10-09 07:49:59 +00:00

README

-------------------------------------------------------------------------------
 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)