efl/legacy/ecore
Sebastian Dransfeld c13ec0ad48 Check for MOVE_SELF, it was the last new thing added.
SVN revision: 29341
2007-04-04 11:23:41 +00:00
..
debian reflect pkg-config changes. 2007-03-22 18:39:22 +00:00
doc
m4 rename AC_CHECK_X_EXTENSION into ECORE_CHECK_X_EXTENSION 2007-03-31 14:55:16 +00:00
src Fix for systems which do not have inotify support in glibc. 2007-04-04 11:10:44 +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
INSTALL
Makefile.am don't append to a variable inside a conditional statement 2007-03-23 19:14:01 +00:00
NEWS
README.in
autogen.sh add error checking to all autogen scripts 2005-08-03 01:00:21 +00:00
configure.in Check for MOVE_SELF, it was the last new thing added. 2007-04-04 11:23:41 +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.in ecore-x doesn't depend on ecore-job 2007-03-21 15:06:43 +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 split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +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-txt.pc.in split ecore.pc into multiple pc files, one for each sub module. 2007-03-21 15:30:23 +00:00
ecore-x.pc.in make use of Libs.private for some stuff 2007-03-22 15:33:08 +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 Wed Mar 14 22:06:13 2007 Michael Jennings (mej) 2007-03-15 08:06:15 +00:00
ecore.supp
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.