efl/legacy/ecore
Carsten Haitzler 4d759dc84f striptease!
SVN revision: 26837
2006-10-28 10:15:26 +00:00
..
debian striptease! 2006-10-28 10:15:26 +00:00
doc
m4 missed a few files 2006-09-24 07:28:07 +00:00
src remove test/example stuff 2006-10-28 09:55:50 +00:00
.cvsignore
AUTHORS
COPYING
COPYING-PLAIN
ChangeLog
Doxyfile
INSTALL
Makefile.am striptease! 2006-10-28 10:15:26 +00:00
NEWS
README.in
autogen.sh
configure.in striptease! 2006-10-28 10:15:26 +00:00
ecore-config.in
ecore.c.in
ecore.m4
ecore.pc.in
ecore.spec.in striptease! 2006-10-28 10:15:26 +00:00
ecore.supp
gendoc

README.in

Ecore @VERSION@

Ecore is the event/X abstraction layer that makes doing selections,
Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
optimized, and convenient. It's a separate library so anyone can make
use of the work put into Ecore to make this job easy for applications.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless youa re installing in your users directories):
  make install
      
------------------------------------------------------------------------------
BUILDING PACKAGES:

RPM: To build rpm packages:
  
  sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz

You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
for more details)

DEB: To build deb packages:

  tar zvf @PACKAGE@-@VERSION@.tar.gz
  cd @PACKAGE@-@VERSION@
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf @PACKAGE@-@VERSION@

You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.