Ecore

ecore.png

Version:
1.0.0
Author:
Carsten Haitzler <raster@rasterman.com>

Tom Gilbert <tom@linuxbrit.co.uk>

Burra <burra@colorado.edu>

Chris Ross <chris@darkrock.co.uk>

Term <term@twistedpath.org>

Tilman Sauerbeck <tilman@code-monkey.de>

Nathan Ingersoll <rbdpngn@users.sourceforge.net>

Date:
2000-2004

What is Ecore?

Ecore is a library of convenience functions.

The Ecore library provides the following modules:

How to compile using Ecore?

This section has to be documented. Below is just a quick line to handle all Ecore modules at once.

gcc *.c \
-I/usr/local/include -I/usr/X11R6/include \
-L/usr/local/lib -L/usr/X11R6/lib \
-lecore -lecore_evas -lecore_x -lecore_fb -lecore_job \
`evas-config --cflags --libs`

How is it installed?

Suggested configure options for evas for a Linux desktop X display:

./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 CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"

Todo:
(1.0) Document API
*/

/*