-------------------------------------------------------------------------------
 E N L I G H T E N M E N T - Development Release 0.15 patchlevel 5
-------------------------------------------------------------------------------

This software is Copyright (C) 1997 - 1999 The Rasterman (Carsten Haitzler)
and various contributors.  See the AUTHORS file for more information.
It is FREE sofwtare. Please see the COPYING file for details.


DR 0.15.3 of Enlightenment requires the Following:

X11R6 Xserver / distribution
Imlib (1.9 or higher)
Fnlib (0.4 or higher)
freetype (1.1 or higher) (http://www.freetype.org -- libttf)
libjpeg
libtiff
libpng
zlib
libgif OR libungif

optionally if you want sound support you need:
esound (0.2.8 or higher)
esound requires audiofile, as does enlightenment for sound support.

NB: there are problems on big endian machines with audiofile (sparc, ARM,
m68k etc.)

you may have to get and install these packages first.

To build enlightenment:

./configure
make

NOTE: configure can take options such as --prefix to set the prefix where
Enlightenment will install itself (eg ./confiure --prefix=/usr will install
in /usr/enlightenment)

after this to install:

make install
