deps lists/ debugging too...


			
			
				devs/devilhorns/wayland_egl
			
			
		
Carsten Haitzler 16 years ago
parent 13809fe5bd
commit a11b5c4769
  1. 13
      legacy/ecore/README.in
  2. 6
      legacy/edje/README
  3. 5
      legacy/eet/README.in
  4. 7
      legacy/efreet/README
  5. 6
      legacy/embryo/README.in
  6. 23
      legacy/evas/README.in

@ -1,5 +1,18 @@
Ecore @VERSION@
Requirements:
-------------
Must:
libc libm
Recommended:
libX11 libXext libXcursor libXprint libXinerama libXrandr libXss libXrender
libXcomposite libXfixes libXdamage libXdpms libXtest OpenSSL CURL
Optional:
XCB SDL DirectFB
Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make

@ -1,5 +1,11 @@
Edje 0.5.0
Requirements:
-------------
Must:
libc libm eet ecore ecore-evas ecore-job ecore-file embryo evas
A graphical layout and animation library for animated resizable, compressed and
scalable themes.

@ -1,5 +1,10 @@
Eet @VERSION@
Requirements:
-------------
Must:
libc libm zlib libjpeg
******************************************************************************
***
*** THIS IS AN ALPHA RELEASE - PLEASE REPORT ANY PROBLEMS TO:

@ -1,5 +1,12 @@
Efreet
------
Requirements:
-------------
Must:
libc ecore ecore-file
An implementation of several specifications from freedesktop.org intended for use in Enlightenment DR17 (e17) and other applications using the Enlightenment Foundation Libraries (EFL). Currently, the following specifications are included:
o Base Directory
o Desktop Entry

@ -1,5 +1,11 @@
Embryo @VERSION@
Requirements:
-------------
Must:
libc libm
WARNING: gcc compatibility!!!
There seems to be some bug (or disagreement) between embryo and gcc 3.2.x
where IEEE floating point format encoding does not "agree" with embryo's own

@ -4,24 +4,17 @@ Evas is a clean display canvas API for several target display systems
that can draw anti-aliased text, smooth super and sub-sampled scaled
images, alpha-blend objects much and more.
--------------------------------------------------------------------------
Requires:
Requirements:
-------------
freetype 2.1.7 and higher (I want to make this optional)
Must:
libc libm freetype2.1.9+
Optional:
Recommended:
libX11 libXext libXrender fontconfig libpng libjpeg eet libpthread
X11R6
XCB
DirectFB
SDL
OpenGL (underway at the moment)
Linux
Qtopia
libpng
libjpeg
libeet
libedb
Optional:
XCB SDL OpenGL Qtopia librsvg libtiff libgif edb DirectFB
--------------------------------------------------------------------------
Evas as of 0.9.9 has a new (and incompatible) API. Why? It's much cleaner

Loading…
Cancel
Save