diff --git a/legacy/ecore/README.in b/legacy/ecore/README.in index 7fede7a1e3..2567738d3c 100644 --- a/legacy/ecore/README.in +++ b/legacy/ecore/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 diff --git a/legacy/edje/README b/legacy/edje/README index 60e9f40c25..79679ebaef 100644 --- a/legacy/edje/README +++ b/legacy/edje/README @@ -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. diff --git a/legacy/eet/README.in b/legacy/eet/README.in index 3345a7143a..8c09b36f3e 100644 --- a/legacy/eet/README.in +++ b/legacy/eet/README.in @@ -1,5 +1,10 @@ Eet @VERSION@ +Requirements: +------------- +Must: + libc libm zlib libjpeg + ****************************************************************************** *** *** THIS IS AN ALPHA RELEASE - PLEASE REPORT ANY PROBLEMS TO: diff --git a/legacy/efreet/README b/legacy/efreet/README index 3ea69da347..b60f4d1b04 100644 --- a/legacy/efreet/README +++ b/legacy/efreet/README @@ -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 diff --git a/legacy/embryo/README.in b/legacy/embryo/README.in index d88dac5336..c73ab7e2bc 100644 --- a/legacy/embryo/README.in +++ b/legacy/embryo/README.in @@ -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 diff --git a/legacy/evas/README.in b/legacy/evas/README.in index 0c7ea9a866..b11994edc6 100644 --- a/legacy/evas/README.in +++ b/legacy/evas/README.in @@ -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+ + +Recommended: + libX11 libXext libXrender fontconfig libpng libjpeg eet libpthread Optional: - - X11R6 - XCB - DirectFB - SDL - OpenGL (underway at the moment) - Linux - Qtopia - libpng - libjpeg - libeet - libedb + 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