You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vincent Torri e005dd2479 * fix compilation when curl is not available 14 years ago
..
debian fix debian rules files. 15 years ago
doc fix distcheck on couple packages, problems with EXTRA_DIST 15 years ago
m4 update m4 macros (mainly formatting) 15 years ago
src * fix compilation when curl is not available 14 years ago
.cvsignore split ecore.pc into multiple pc files, one for each sub module. 17 years ago
AUTHORS Change my email address to a fixed one. 14 years ago
COPYING damn you salizar! damn you! 20 years ago
COPYING-PLAIN autopackage ecore... 19 years ago
ChangeLog Wed Jun 8 16:56:30 2005 Michael Jennings (mej) 19 years ago
INSTALL autopackage ecore... 19 years ago
Makefile.am * move ecore-input.pc.in from MAINTAINERCLEANFILES to EXTRA_DIST 15 years ago
NEWS damn you salizar! damn you! 20 years ago
README.in deps lists/ debugging too... 16 years ago
autogen.sh add error checking to all autogen scripts 19 years ago
configure.ac portable way to do echo -n as some shells do not 14 years ago
ecore-con.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-config.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-dbus.pc.in split ecore.pc into multiple pc files, one for each sub module. 17 years ago
ecore-directfb.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-evas.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-fb.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-file.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-imf-evas.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-imf.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-input.pc.in fix requirement 15 years ago
ecore-ipc.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-job.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-quartz.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-sdl.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-txt.pc.in split ecore.pc into multiple pc files, one for each sub module. 17 years ago
ecore-win32.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-wince.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore-x.pc.in fixed dependencies for ecore-x 17 years ago
ecore.pc.in * update configure.ac so that default options are chosen according to the host 15 years ago
ecore.spec.in Wed Jul 23 00:10:13 2008 Michael Jennings (mej) 16 years ago
ecore.supp more suppressions 19 years ago

README.in

Ecore @VERSION@

Requirements:
-------------

Must:
libc libm

Recommended:
libX11 libXext libXcursor libXprint libXinerama libXrandr libXss libXrender
libXcomposite libXfixes libXdamage libXdpms libXtest OpenSSL CURL

Optional:
XCB SDL DirectFB

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.