update docs

SVN revision: 7522
This commit is contained in:
Carsten Haitzler 2003-10-09 09:11:38 +00:00
parent bf3c32e3c4
commit e664c4eaa3
2 changed files with 10 additions and 4 deletions

View File

@ -11,7 +11,8 @@ How ot build and install Ecore from this tarball?
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc
--enable-ecore-ipc \
--enable-ecore-txt
make
su
<as root do:>
@ -25,8 +26,9 @@ from CVS:
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc
make
--enable-ecore-ipc \
--enable-ecore-txt
ake
su
<as root do:>
make install
@ -41,6 +43,7 @@ export CFLAGS="-O9"
--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"

View File

@ -200,7 +200,10 @@ Suggested configure options for evas for a Linux desktop X display:
--enable-ecore-fb \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc \
--enable-ecore-txt
make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
@endverbatim