efl/legacy/ecore
Michael Jennings 41047320af Wed Mar 14 22:06:13 2007 Michael Jennings (mej)
I hate when I do that.
----------------------------------------------------------------------


SVN revision: 28733
2007-03-15 08:06:15 +00:00
..
debian Missed this one. Thanks to Wang Xu. 2007-01-27 18:59:15 +00:00
doc Sun Jan 23 22:30:28 2005 Michael Jennings (mej) 2005-01-24 02:26:35 +00:00
m4 add m4 macro to check X extension 2007-03-15 00:25:53 +00:00
src Wed Mar 14 21:57:38 2007 Michael Jennings (mej) 2007-03-15 07:57:43 +00:00
.cvsignore sssh 2005-08-24 15:47:36 +00:00
AUTHORS Add abstract socket namespace support to ecore_con. 2006-09-24 07:24:52 +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 too zealous - ecore_config needs to come back 2006-10-28 11:41:53 +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 Wed Mar 14 21:57:38 2007 Michael Jennings (mej) 2007-03-15 07:57:43 +00:00
ecore-config.in these days it's everyone's hobby to put lots of funky stuff in ecore, that has nothing core-ish about it. so here's an --libs-core arg that makes ecore-config only echo the core libs of ecore. also formatted the argument list a bit nicer, so that it fits in a 80x24 terminal. 2007-03-10 22:25:58 +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.pc.in Add ecore_file 2005-02-20 12:18:09 +00:00
ecore.spec.in Wed Mar 14 22:06:13 2007 Michael Jennings (mej) 2007-03-15 08:06:15 +00:00
ecore.supp more suppressions 2004-10-19 16:40:25 +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.