Ecore
Ecore Library Public API CallsThese routines are used for Ecore Library interaction

- Version:
- 1.0.1
- Date:
- 2000-2010
What is Ecore?
Ecore is a library of convenience functions.
The Ecore library provides the following modules:
- Ecore - Main Loop and Job Functions.
- Ecore_File - Files and directories convenience functions
- Ecore_Con - Connection functions
- Ecore_Evas - Evas convenience functions.
- Ecore_FB - Frame buffer convenience functions.
- Ecore_IPC - Inter Process Communication functions.
- Ecore_X - X Windows System wrapper.
- Ecore_Win32 library
- Ecore_WinCE library
How to compile using Ecore?
pkgconfig (.pc) files are installed for every ecore module. Thus, to compile using any of them, you can use something like the following:
gcc *.c $(pkg-config ecore ecore-$x ecore-$y [...] --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-con \ --enable-ecore-ipc make CFLAGS="-O9 -mpentiumpro -march=pentiumpro -mcpu=pentiumpro"
- Todo:
- (1.0) Document API
/*