Go to file
cpk 03b6b2eb69 Damn, I forgot ecore.
SVN revision: 5706
2001-11-16 22:12:10 +00:00
client * make it more split upo (better in this case) 2001-07-31 01:12:02 +00:00
data Changed the graphics for the selected look of icons. This is the one 2001-11-09 20:05:20 +00:00
debian correction for the configure.{ac,in} mods 2001-11-12 15:42:24 +00:00
doc Damn, I forgot ecore. 2001-11-16 22:12:10 +00:00
lib Stuff I forgot ... 2001-07-30 17:14:45 +00:00
po <merge merge merge> :) 2001-11-04 07:38:42 +00:00
src :) 2001-11-16 11:34:30 +00:00
tools <merge merge merge> :) 2001-11-04 07:38:42 +00:00
.cvsignore Stuff I forgot ... 2001-07-30 17:14:45 +00:00
AUTHORS * More cleanups. I took out everything related only to icon handling 2001-11-03 14:55:21 +00:00
COPYING e 0.17 ...... :) 2000-12-08 22:54:42 +00:00
ChangeLog e 0.17 ...... :) 2000-12-08 22:54:42 +00:00
INSTALL Sorry guys.. I had to revert a bunch of changes.. that's life.. but READ the 2000-12-11 20:08:38 +00:00
Makefile.am much cleaner iconboar. ok - right now it doesn't scroll. use the buidl 2001-10-19 09:13:18 +00:00
NEWS e 0.17 ...... :) 2000-12-08 22:54:42 +00:00
README been working offline.. wheeeheee! :) 2001-09-24 21:21:25 +00:00
acconfig.h no need for ferite. fun. 2001-08-31 13:10:26 +00:00
acinclude.m4 acsite.m4 -> acinclude.m4 2001-08-07 10:26:35 +00:00
autogen.sh borders moved around. much cleaner way of selecting borders now 2000-12-15 21:27:23 +00:00
config.h.in <merge merge merge> :) 2001-11-04 07:38:42 +00:00
configure.ac add tools makefile 2001-10-19 13:44:49 +00:00
configure.in much cleaner iconboar. ok - right now it doesn't scroll. use the buidl 2001-10-19 09:13:18 +00:00
e.spec change version to be a pre instead of a .0 - cause it isnt 0.17.0 at all 2001-02-09 02:36:53 +00:00

README

+-----------------------------------------------------------------------------+
|                      Enlightenment 0.17.pre CVS Code....                    |
+-----------------------------------------------------------------------------+
                      The Rasterman - raster@rasterman.com

*******************************************************************************
**************** READ THIS! It is of the UTMOST IMPORTANCE! *******************
*******************************************************************************

This is the source code for Enlightenment 0.17 - If you got this you got it
from Enlightenment's CVS repository - or from someone who took it out of the
CVS repository.

The CVS repository is full of code *IN DEVELOPMENT* - that often means it's
in the middle of being worked on and may install strange things in strange
places, make a mess, and may not even be compatible with a final release. If
you at all use this code, you are HEAVILY URGED, when it is finally released,
to remove all traces of anything this CVS code base has installed on your
system (it is COMPLETELY up to you to keep track of that - do NOT expect any
help), and then install the full release on a cleaned system. Don't come
asking "can I just keep using CVS" once things are released - that is the
reason I put this paragraph here - so you don't ask. The answer is the same
as above - if there is a proper final release use that. CVS is really only
for those heavily hacking on the code, or whose curiosity is too much to resist
not giving it a look and try.

Now we have that warning over and done with. How to build and install from
CVS?

$ ./autogen.sh && make
$ su
Password:
<- as root ->
# make install

You should be able to use the binary of enlightenment as a window manager.

you might be advised for cleanliness to do
$ ./autogen.sh --prefix=/usr/local/e-17

so it installs relative to the /usr/local/e-17 directory and keeps all the
e-17 development code and data in that tree so it is easily removed when the
time comes.

-------------------------------------------------------------------------------

NOTES: Read these carefully!

Enlightenment only handles a small subset of ICCCM and thus will have bugs -
some applications will not behave correctly and may appear in odd spots or
not resize or place themselves properly etc. Expect this - it's code being
worked on. Just be happy it does as much as it already does.

Enlightenment RELIES on lots of libraires that have been written. Ecore,
Ebits, Evas, Edb, Imlib2, Efsd just to mention a few. Especially Ebits,
Ecore, Efsd, Ferite, and Evas change in CVS often - you will need the absolute 
latest of these if you wish Enlightenment 0.17 code to run properly or compile.
If you update Enlightenment from CVS update these too to get any changes they 
have in their trees.

If you want to compile & install E 0.17 you probably install the packages 
Enlightenment needs in this order:

  (*) imlib2
  (*) edb
  (*) imlib2_loaders
  (*) evas
  (*) ebits
  (*) ecore
  (*) efsd
  (*) ferite (optional for now, but recommended)
  (*) e17

since you got Enlightenment from CVS (if you didn't you should have) you must
get all of the above from CVS - because the libraries Enlightenment depends on
keep being updated as bugs are found and new features needed - and often they
are not released for a while until things settle down, so make sure you get
the latest of these from CVS.

before you start installing the some of the above, some of the packages you
will need - if you don't already have them, are:

  (*) freetype (1.1, 1.2 or 1.3 ... NOT 2.0)
  (*) libxml2
  (*) libpcre
  (*) fam

and possibly ...

  (*) libjpeg
  (*) libpng
  (*) zlib
  (*) libtiff
  (*) libungif