diff options
author | David Walter Seikel | 2013-01-13 17:29:19 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-13 17:29:19 +1000 |
commit | 07274513e984f0b5544586c74508ccd16e7dcafa (patch) | |
tree | b32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/elementary/README | |
parent | Added Irrlicht 1.8, but without all the Windows binaries. (diff) | |
download | SledjHamr-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/elementary/README | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/libraries/elementary/README b/libraries/elementary/README deleted file mode 100644 index 5c2f871..0000000 --- a/libraries/elementary/README +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | Elementary 1.0.0 | ||
2 | |||
3 | ****************************************************************************** | ||
4 | |||
5 | FOR ANY ISSUES PLEASE EMAIL: | ||
6 | enlightenment-devel@lists.sourceforge.net | ||
7 | |||
8 | ****************************************************************************** | ||
9 | |||
10 | Elementary | ||
11 | |||
12 | A basic widget set library that is easy to use and is based on EFL. | ||
13 | It provides the basic building blocks for creating applications and user | ||
14 | interfaces. | ||
15 | |||
16 | For more details about elementary widgets and how to use them kindly refer to | ||
17 | the following link. | ||
18 | |||
19 | http://docs.enlightenment.org/auto/elementary/ | ||
20 | |||
21 | ------------------------------------------------------------------------------ | ||
22 | COMPILING AND INSTALLING: | ||
23 | |||
24 | ./configure | ||
25 | make | ||
26 | (do this as root unless you are installing in your users directories): | ||
27 | make install | ||
28 | |||