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.
 
 
 
 
 
 
Carsten Haitzler 0e77364887 update header #defined versions to 1.8 to make sure new apis are used 11 years ago
..
doc eeze: autotools 11 years ago
m4 eeze 1.1 in trunk: disk mounting is now possible 13 years ago
src update header #defined versions to 1.8 to make sure new apis are used 11 years ago
.gitignore update gitignore 12 years ago
AUTHORS patch from christophe.dumez@intel.com for joystick support 11 years ago
COPYING fix COPYING to say 2011. 12 years ago
ChangeLog ChangeLog: back in time. 11 years ago
INSTALL unify udev device creation to unclutter and significantly reduce codebase, some minor formatting fixes 13 years ago
Makefile.am Add spec file. Don't install test program. 13 years ago
NEWS add a third libmount backend for "current" libmount, where we are too cool for /etc/mtab 11 years ago
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
TODO I'm not drunk, I swear. 13 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac and up ver to 1.7.99 now in svn. nack to svnrev num at end. 11 years ago
eeze.pc.in add back in libs.private/requires to pc files with some fixes for 12 years ago
eeze.spec.in Update rpm specs 11 years ago

README

Eeze 1.7.99

******************************************************************************

FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net

******************************************************************************


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

Must:
libc
ecore (at least 1.0.0)
libudev

Suggested:
libmount

Eeze is a library for manipulating devices with an extremely simple api.
It interfaces directly with device subsystems, avoiding such middleman daemons as
udisks/upower or hal to immediately gather device information the instant it
becomes known to the OS. This can be used to determine such things as:
* If a cdrom has a disk inserted
* The temperature of a cpu core
* The remaining power left in a battery
* The current power consumption of various parts
* Monitor in realtime the status of peripheral devices

Each of the above examples can be performed by using only a single eeze
function, as one of the primary focuses of the library is to reduce the
complexity of managing devices.

Eeze 1.1 adds more detailed disk detection as well as filesystem mount point manipulation.
Using a combination of udev and mount, it is possible to easily write disk-based mount services
which do not rely on any external processes or libraries aside from Eeze.
------------------------------------------------------------------------------
COMPILING AND INSTALLING:

./configure
make
(as root unless you are installing in your users directories):
make install