efl/legacy/ecore
Carsten Haitzler b69569d937 support REDRAW_DEBUg env var
SVN revision: 18188
2005-11-01 09:49:12 +00:00
..
data
debian Provides libecore 2005-10-13 05:46:42 +00:00
doc
examples fix exmaple and spanky 2005-09-23 05:46:56 +00:00
m4 touchup help output 2005-10-29 02:43:40 +00:00
src support REDRAW_DEBUg env var 2005-11-01 09:49:12 +00:00
.cvsignore sssh 2005-08-24 15:47:36 +00:00
AUTHORS tslib patch :) 2005-09-15 04:19:45 +00:00
COPYING
COPYING-PLAIN
ChangeLog Wed Jun 8 16:56:30 2005 Michael Jennings (mej) 2005-06-08 20:51:06 +00:00
Doxyfile
INSTALL
Makefile.am Include the right file EXTRA_DIST. 2005-10-06 03:03:20 +00:00
NEWS
README.in
autogen.sh add error checking to all autogen scripts 2005-08-03 01:00:21 +00:00
configure.in cleanup ecore-txt and ecore-evas-dfb stuff 2005-10-29 03:30:23 +00:00
ecore-config.in Capitalize var, changed because of AC_PATH_GENERIC 2005-09-05 09:16:56 +00:00
ecore-native.oe.in
ecore.bb.in
ecore.c.in
ecore.m4
ecore.oe.in
ecore.pc.in
ecore.spec.in Thu Sep 8 17:12:14 2005 Michael Jennings (mej) 2005-09-08 21:04:21 +00:00
ecore.supp
ecoreXnative.bb.in
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.