efl/legacy/ecore
Carsten Haitzler 0cd91f89df valgrind complaint - valid one. fix.
SVN revision: 33891
2008-03-02 02:01:11 +00:00
..
debian Add build-dependancy on pkg-config 2008-02-18 07:44:11 +00:00
doc Update doxy style 2007-12-06 20:09:50 +00:00
m4 Show result when we don't want to build a module 2007-11-04 19:34:06 +00:00
src valgrind complaint - valid one. fix. 2008-03-02 02:01:11 +00:00
.cvsignore split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
AUTHORS Add abstract socket namespace support to ecore_con. 2006-09-24 07:24:52 +00:00
COPYING
COPYING-PLAIN
ChangeLog
Doxyfile Update doxy style 2007-12-06 20:09:50 +00:00
INSTALL
Makefile.am ecore: include autogen.sh in distribution tar ball 2008-02-18 07:29:44 +00:00
NEWS
README.in
autogen.sh
configure.in replace a lot of win32 ifdef hacks with autoconf checks 2008-01-26 05:40:53 +00:00
ecore-con.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-config.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-dbus.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-desktop.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-directfb.pc.in -lecore_dfb -> -lecore_directfb 2007-03-25 09:30:59 +00:00
ecore-evas.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-fb.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-file.pc.in remove @fam_libs@, thanks to Jochen Schroeder 2007-11-05 22:50:42 +00:00
ecore-imf-evas.pc.in Added Ecore_IMF_Evas. 2007-11-21 22:20:16 +00:00
ecore-imf.pc.in Added Ecore_IMF_Evas. 2007-11-21 22:20:16 +00:00
ecore-ipc.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-job.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-sdl.pc.in cedric's SDL egnine patch - finally. 2007-07-16 07:23:11 +00:00
ecore-txt.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-win32.pc.in add windows support to ecore. ecore_evas is ported too (directdraw and direct3d. No opengl yet). It needs to be tested a lot, though. Remove some trailing spaces here and there. Replace WIN32 with _WIN32 2007-08-26 11:17:21 +00:00
ecore-x.pc.in fixed dependencies for ecore-x 2007-05-06 15:49:00 +00:00
ecore.c.in
ecore.pc.in make use of Libs.private for some stuff 2007-03-22 15:33:08 +00:00
ecore.spec.in Tue Nov 6 21:42:00 2007 Michael Jennings (mej) 2007-11-07 05:42:08 +00:00
ecore.supp
gendoc Update doxy style 2007-12-06 20:09:50 +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.