update docs...

SVN revision: 7477
This commit is contained in:
Carsten Haitzler 2003-09-24 02:49:39 +00:00
parent b6bcdee7db
commit af647c9aa6
2 changed files with 12 additions and 8 deletions

View File

@ -25,6 +25,7 @@ Quick start-up guide:
./autogen.sh
./configure \
--enable-software-x11 \
--enable-gl-x11 \
--enable-image-loader-png \
--enable-image-loader-jpeg \
--enable-image-loader-eet \
@ -56,14 +57,15 @@ Quick start-up guide:
sudo make install
cd
3. You need ecore from the SPLIT cvs branch
3. You need ecore from the HEAD cvs branch
cvs co -r SPLIT e17/libs/ecore
cvs co e17/libs/ecore
cd e17/libs/ecore
./autogen.sh
./configure \
--enable-ecore-x \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc
@ -85,11 +87,11 @@ You now want to go test it out. first you'll need to make an edje .eet file.
Now you can view the edje you just built:
edje ./e_logo.eet test
edje ./e_logo.eet
You can view multilpe files at once with the edje test program:
edje ./e_logo.eet test ./e_logo.eet test ./e_logo.eet test
edje ./e_logo.eet ./e_logo.eet ./e_logo.eet
to view the same one 3 times.

View File

@ -124,6 +124,7 @@ quick "cheat sheet" on how to get started.
./autogen.sh
./configure \
--enable-software-x11 \
--enable-gl-x11 \
--enable-image-loader-png \
--enable-image-loader-jpeg \
--enable-image-loader-eet \
@ -155,14 +156,15 @@ quick "cheat sheet" on how to get started.
sudo make install
cd
3. You need Ecore from the SPLIT cvs branch
3. You need Ecore from the HEAD cvs branch
cvs co -r SPLIT e17/libs/ecore
cvs co e17/libs/ecore
cd e17/libs/ecore
./autogen.sh
./configure \
--enable-ecore-x \
--enable-ecore-evas \
--enable-ecore-evas-gl \
--enable-ecore-job \
--enable-ecore-con \
--enable-ecore-ipc
@ -199,7 +201,7 @@ data/ there are data sets for you to look at as examples. To try one out do:
cd data
./e_logo.sh
edje ./e_logo.eet test
edje ./e_logo.eet
@endverbatim
The edje test program/viewer is able to view multiple edje data sets. The
@ -207,7 +209,7 @@ following will view 3 of them at once in the one window (which you can resize
to give you more space to move and resize the edje data sets around):
@verbatim
edje ./e_logo.eet test ./e_logo.eet test ./e_logo.eet test
edje ./e_logo.eet ./e_logo.eet ./e_logo.eet
@endverbatim