From beff24c3258c040c9297d6d429fa089497216d52 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 28 Jan 2004 02:48:43 +0000 Subject: [PATCH] update README SVN revision: 8689 --- legacy/ecore/README | 36 +++--------------------------------- 1 file changed, 3 insertions(+), 33 deletions(-) diff --git a/legacy/ecore/README b/legacy/ecore/README index 402af8f678..86131a868f 100644 --- a/legacy/ecore/README +++ b/legacy/ecore/README @@ -4,49 +4,19 @@ 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 +./configure make su 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 +./autogen.sh +make su 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: