SVN revision: 77106devs/devilhorns/wayland_egl
parent
296d47a7cb
commit
05ddd5fe2d
25 changed files with 69 additions and 31 deletions
@ -1,7 +1,6 @@ |
||||
The EFL come with several licences: |
||||
EFL comes with several licences. Listed are the library/probject |
||||
name and the license file covering it. |
||||
|
||||
BSD 2-clause: Evil, Eet |
||||
|
||||
LGPL v2: Eina |
||||
|
||||
GPL v2: |
||||
evil: licenses/COPYING.BSD |
||||
eet: licenses/COPYING.BSD |
||||
eina: licenses/COPYING.LGPL |
||||
|
@ -0,0 +1,16 @@ |
||||
========= |
||||
EFL 1.8.0 |
||||
========= |
||||
|
||||
Changes since 1.7.0: |
||||
|
||||
Additions: |
||||
* Add DOCTYPE children parsing in eina_simple_xml |
||||
|
||||
Improvements: |
||||
* Single EFL tree now covring all EFL library components. |
||||
* Speedup Eina Rbtree Iterator by recycling memory instead of |
||||
massively calling malloc/free. |
||||
|
||||
Fixes: |
||||
* Fix PPC (big endian) image codec bug. |
@ -0,0 +1,20 @@ |
||||
EFL 1.7.99 |
||||
|
||||
****************************************************************************** |
||||
|
||||
FOR ANY ISSUES PLEASE EMAIL: |
||||
enlightenment-devel@lists.sourceforge.net |
||||
|
||||
****************************************************************************** |
||||
|
||||
EFL is a collection of libraries for handling many common tasks a |
||||
developer man have such as data structures, communication, rendering, |
||||
widgets and more. |
||||
|
||||
------------------------------------------------------------------------------ |
||||
COMPILING AND INSTALLING: |
||||
|
||||
./configure |
||||
make |
||||
(do this as root unless you are installing in your users directories): |
||||
make install |
Loading…
Reference in new issue