Go to file
Cedric BAIL 9e02df4fef Correctly include eina and fix pkg-config description.
SVN revision: 36667
2008-10-15 10:03:45 +00:00
config add option to disable cursor and diasble the idle cursor anim. 2008-09-29 14:01:30 +00:00
data Icon work. HUGE revision of icons and their names. This breaks the icon theme API so you might need to revise some themes. It does however, simplify a whole lot of stuff. You'll notice a lot more icons in menus. This bigger changes will come with the new theme once it is done. The missing icon names are put in b_and_w theme for now so if you need them, look them up. Also a bit of base work for EFM and the border icons in there. Commented out till the old icons are merged in. Message me if anything is screwed up. 2008-10-12 06:04:26 +00:00
debian
doc
intl
lib
m4
po SVN revision: 36573 2008-10-10 17:35:19 +00:00
src Correctly include eina and fix pkg-config description. 2008-10-15 10:03:45 +00:00
.cvsignore
AUTHORS
BUGS
COPYING
COPYING-PLAIN
ChangeLog
INSTALL
Makefile.am allow for a default installed config file set.. and use it.. and allow the 2008-08-22 06:55:37 +00:00
NEWS
README
autogen.sh
configure.ac Correctly include eina and fix pkg-config description. 2008-10-15 10:03:45 +00:00
enlightenment-config.in
enlightenment.pc.in Correctly include eina and fix pkg-config description. 2008-10-15 10:03:45 +00:00
enlightenment.spec.in
netwm.txt
xnest.sh

README

Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE.

Requirements:
-------------

Must:
  libc libm libX11 libXext evas ecore ecore-evas ecore-file ecore-ipc ecore-con
  ecore-job ecore-imf ecore-img-evas edje eet embryo efreet efreet-mime
  edbus ecore-txt
  [png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
  engine in evas, buffer engine in evas]

Recommended:
  libpam [xrender engine in evas]

NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing DR17 or it will be overwritten.

You can also use the configure --prefix option to put e17 in a separate tree
of its own (recommended) like:

  ./configure --prefix=/usr/local/e17

You will, as usual need to add the subsequent bin dir to your $PATH etc.


NOTES:

* do NOT use -mfpmath=sse in CFLAGS - we are not sure, but it may have bugds
and screws up things in edje, evas and e17. if your gcc uses this by default
(which apparently gcc4.x does on amd64), turn it off with a -fpmath=387 in
your CFLAGS.

* your freetype2 version must be > 2.1.7

* i remember hearing of bugs with later versions of freetype on some
distributions (2.1.9 and 2.1.10) with certain patches or missing certain
patches. be aware of this as a possible font problem.