efl/legacy/ecore
quan74 824b166457 Makefile fix - add ecore_fb_keytable.hto EXTRA_DIST
SVN revision: 24383
2006-08-04 07:59:18 +00:00
..
data autopackage ecore... 2005-03-10 15:19:43 +00:00
debian control deps fix 2006-04-20 06:48:08 +00:00
doc Sun Jan 23 22:30:28 2005 Michael Jennings (mej) 2005-01-24 02:26:35 +00:00
examples Add extra stuff for testing stderr as well. 2006-04-07 13:54:16 +00:00
m4 touchup help output 2005-10-29 02:43:40 +00:00
src Makefile fix - add ecore_fb_keytable.hto EXTRA_DIST 2006-08-04 07:59:18 +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 remove openembedde pkg info - old and dead 2006-06-28 07:20:18 +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 release the asparagus... another snapshot! :) 2006-07-23 21:40:03 +00:00
ecore-config.in fix blah-config includes 2006-06-11 22:37:25 +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 Thu May 25 00:14:28 2006 Michael Jennings (mej) 2006-05-25 04:13:01 +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.