up eet to alpha status. see email to e-devel.
[profile/ivi/eet.git] / README.in
1 Eet @VERSION@
2
3 ******************************************************************************
4 ***
5 *** THIS IS AN ALPHA RELEASE - PLEASE REPORT ANY PROBLEMS TO:
6 *** enlightenment-devel@lists.sourceforge.net
7 ***
8 *** We want to weed out any build, porting, compatability or functionality
9 *** bugs
10 ***
11 ******************************************************************************
12
13 Eet is a tiny library designed to write an arbitary set of chunks of
14 data to a file and optionally compress each chunk (very much like a
15 zip file) and allow fast random-access reading of the file later
16 on. It does not do zip as a zip itself has more complexity than is
17 needed, and it was much simpler to implement this once here.
18
19 It also can encode and decode data structures in memory, as well as
20 image data for saving to eet files or sending across the network to
21 other machines, or just writing to arbitary files on the system. All
22 data is encoded in a platform independant way and can be written and
23 read by any architecture.
24
25 ------------------------------------------------------------------------------
26 COMPILING AND INSTALLING:
27
28   ./configure
29   make
30 (do this as root unless you are installing in your users directories):
31   make install
32       
33 ------------------------------------------------------------------------------
34 BUILDING PACKAGES:
35
36 RPM: To build rpm packages:
37   
38   sudo rpm -ta @PACKAGE@-@VERSION@.tar.gz
39
40 You will find rpm packages in your system /usr/src/redhat/* dirs (note you may
41 not need to use sudo or root if you have your own ~/.rpmrc. see rpm documents
42 for more details)