Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > f2f2ad880b0b98c99b98d77c5ad05208 > files > 5

ecore-0.9.9.063-1mdv2010.1.x86_64.rpm

Ecore 0.9.9.063

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 ecore-0.9.9.063.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 ecore-0.9.9.063.tar.gz
  cd ecore-0.9.9.063
  dpkg-buildpackage -us -uc -rfakeroot
  cd ..
  rm -rf ecore-0.9.9.063

You will find all the debian source, binary etc. packages put in the directory
where you first untarred the source tarball.