aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/README
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/eina/README
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/eina/README45
1 files changed, 0 insertions, 45 deletions
diff --git a/libraries/eina/README b/libraries/eina/README
deleted file mode 100644
index cb8b0c6..0000000
--- a/libraries/eina/README
+++ /dev/null
@@ -1,45 +0,0 @@
1Eina 1.2.0
2
3******************************************************************************
4
5 FOR ANY ISSUES PLEASE EMAIL:
6 enlightenment-devel@lists.sourceforge.net
7
8******************************************************************************
9
10Requirements:
11-------------
12Must have:
13 libc (pthread or windows threading support, iconv support)
14
15Eina is a library providing data structure utilities for EFL that are meant
16to be lean, efficient and tailored to EFL's needs. This saves each
17library implementing its own custom datatype handling and duplicating
18the code. Some of the datatypes handles are:
19 Arrays (variable sized, including inline members)
20 Hash tables
21 Inlined linked lists
22 Linked lists
23 Matricies
24 Quadtrees
25 Red/black trees
26 Stringbuffers (expandable string buffers)
27
28In addition Eina supports shared string token hashes with Stringshare
29and Unistringshare (standard ascii/utf8 strings and full unicode
30strings). It has a Trash pointer collector for deferring freeing until
31work is complete on a dataset, Unicode string wrapping and handling,
32UTF8 string parsing, 2D tile structure handling and rectangle
33utilities, module loading wrapper, Memory pools for faster allocation
34and less fragmentation of the heap, Output logging and selective
35aborting on critical enough states, fixed point math functions, CPU
36feature detection (like MMX, SSE, VFP, NEON etc.), Counters, binary
37token sharing and more.
38
39------------------------------------------------------------------------------
40COMPILING AND INSTALLING:
41
42 ./configure
43 make
44(do this as root unless you are installing in your users directories):
45 make install