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.
|
14 years ago | |
---|---|---|
.. | ||
debian | 15 years ago | |
doc | 15 years ago | |
m4 | 14 years ago | |
src | 14 years ago | |
.cvsignore | 17 years ago | |
AUTHORS | 14 years ago | |
COPYING | 20 years ago | |
COPYING-PLAIN | 19 years ago | |
ChangeLog | 19 years ago | |
INSTALL | 19 years ago | |
Makefile.am | 15 years ago | |
NEWS | 20 years ago | |
README.in | 16 years ago | |
autogen.sh | 18 years ago | |
configure.ac | 14 years ago | |
ecore-con.pc.in | 15 years ago | |
ecore-config.pc.in | 15 years ago | |
ecore-dbus.pc.in | 17 years ago | |
ecore-directfb.pc.in | 15 years ago | |
ecore-evas.pc.in | 15 years ago | |
ecore-fb.pc.in | 15 years ago | |
ecore-file.pc.in | 15 years ago | |
ecore-imf-evas.pc.in | 15 years ago | |
ecore-imf.pc.in | 15 years ago | |
ecore-input.pc.in | 15 years ago | |
ecore-ipc.pc.in | 15 years ago | |
ecore-job.pc.in | 15 years ago | |
ecore-quartz.pc.in | 15 years ago | |
ecore-sdl.pc.in | 15 years ago | |
ecore-txt.pc.in | 17 years ago | |
ecore-win32.pc.in | 15 years ago | |
ecore-wince.pc.in | 15 years ago | |
ecore-x.pc.in | 17 years ago | |
ecore.pc.in | 15 years ago | |
ecore.spec.in | 15 years ago | |
ecore.supp | 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.