aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/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/elementary/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/elementary/README28
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 @@
1Elementary 1.0.0
2
3******************************************************************************
4
5 FOR ANY ISSUES PLEASE EMAIL:
6 enlightenment-devel@lists.sourceforge.net
7
8******************************************************************************
9
10Elementary
11
12A basic widget set library that is easy to use and is based on EFL.
13It provides the basic building blocks for creating applications and user
14interfaces.
15
16For more details about elementary widgets and how to use them kindly refer to
17the following link.
18
19http://docs.enlightenment.org/auto/elementary/
20
21------------------------------------------------------------------------------
22COMPILING AND INSTALLING:
23
24 ./configure
25 make
26(do this as root unless you are installing in your users directories):
27 make install
28