efl/legacy/evas
Carsten Haitzler 6ebe6bf466 cleaing up code.. loosk much nicer now
SVN revision: 3029
2000-08-06 00:26:34 +00:00
..
src cleaing up code.. loosk much nicer now 2000-08-06 00:26:34 +00:00
test cleaing up code.. loosk much nicer now 2000-08-06 00:26:34 +00:00
.cvsignore ignore more 2000-07-30 20:43:54 +00:00
AUTHORS evas........ 2000-07-30 20:21:14 +00:00
COPYING evas........ 2000-07-30 20:21:14 +00:00
Makefile.am evas........ 2000-07-30 20:21:14 +00:00
README evas........ 2000-07-30 20:21:14 +00:00
acconfig.h blah! 2000-08-03 23:54:32 +00:00
autogen.sh evas........ 2000-07-30 20:21:14 +00:00
configure.in blah! 2000-08-03 23:54:32 +00:00

README

-------------------------------------------------------------------------------
 E V A S - 0.0.0
-------------------------------------------------------------------------------

This is the ``E Canvas'' - a rip off of some of the other canvas's floating
about - Tk and gnome too. it's at the Xlib level. it's intended to be
accelerated byhardware or highly optimised software where possible. It is
intended to be simple and allow for the building of interfaces ontop of it.

if you got this from cvs do:
./autogen.sh

otherwise do:
./configure

then to compile:
make

if you wish to install (as root):
make install

in the test directory you will find a test program:
cd test
./evas_test