efl/legacy/ecore
handyande 54694c9d01 format
SVN revision: 19661
2006-01-08 19:50:42 +00:00
..
data autopackage ecore... 2005-03-10 15:19:43 +00:00
debian Provides libecore 2005-10-13 05:46:42 +00:00
doc Sun Jan 23 22:30:28 2005 Michael Jennings (mej) 2005-01-24 02:26:35 +00:00
examples format 2006-01-08 19:50:42 +00:00
m4 touchup help output 2005-10-29 02:43:40 +00:00
src Latest Morten patch and some fixes 2006-01-08 19:45:11 +00:00
.cvsignore sssh 2005-08-24 15:47:36 +00:00
AUTHORS - ++authors 2006-01-03 00:18:42 +00:00
COPYING damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
COPYING-PLAIN autopackage ecore... 2005-03-10 15:19:43 +00:00
ChangeLog Wed Jun 8 16:56:30 2005 Michael Jennings (mej) 2005-06-08 20:51:06 +00:00
Doxyfile More docs stuff - fix ups, rearranging, little bit o' new stuff, quieter doc generation. 2004-07-30 12:28:29 +00:00
INSTALL autopackage ecore... 2005-03-10 15:19:43 +00:00
Makefile.am Include the right file EXTRA_DIST. 2005-10-06 03:03:20 +00:00
NEWS damn you salizar! damn you! 2003-09-23 08:09:32 +00:00
README.in autopackage ecore... 2005-03-10 15:19:43 +00:00
autogen.sh add error checking to all autogen scripts 2005-08-03 01:00:21 +00:00
configure.in asparagus. there were issues. thsi syncs versions now too. 2005-11-29 09:13:26 +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 autopackage ecore... 2005-03-10 15:19:43 +00:00
ecore.bb.in autopackage ecore... 2005-03-10 15:19:43 +00:00
ecore.c.in Some restructuring, clean up, grouping, explaining, etc. Getting there... 2004-09-22 08:17:15 +00:00
ecore.m4 fixes for automake 1.8 2004-05-21 18:43:56 +00:00
ecore.oe.in autopackage ecore... 2005-03-10 15:19:43 +00:00
ecore.pc.in Add ecore_file 2005-02-20 12:18:09 +00:00
ecore.spec.in Thu Sep 8 17:12:14 2005 Michael Jennings (mej) 2005-09-08 21:04:21 +00:00
ecore.supp more suppressions 2004-10-19 16:40:25 +00:00
ecoreXnative.bb.in autopackage ecore... 2005-03-10 15:19:43 +00:00
gendoc * fixes for rpmbuild 2004-07-23 00:01:02 +00:00

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.