aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/README')
-rw-r--r--libraries/README16
1 files changed, 10 insertions, 6 deletions
diff --git a/libraries/README b/libraries/README
index a55823f..57f81b3 100644
--- a/libraries/README
+++ b/libraries/README
@@ -1,17 +1,21 @@
1There are some base libraries that should be used in common. Notable 1There are some base libraries that should be used in common. Notable
2the Enlightenment Foundation Libraries (EFL), LuaJIT, luaproc, and 2the Enlightenment Foundation Libraries (EFL), Irrlicht, lemon, LuaJIT,
3lemon. Other external open source projects that we just use directly 3and luaproc. Other external open source projects that we just use
4should go here to. Makes it easy to compile it all. 4directly should go here to. Makes it easy to compile it all.
5 5
6Note that in some cases, there might be changes. Such changes should be 6Note that in some cases, there might be changes. Such changes should be
7documented, and marked with "// onefang changes". 7documented, and marked with "// onefang changes".
8 8
9EFL has been released, so not including that anymore. You can find it
10in distro repos, PPA's, etc. Or http://enlightenment.org/
11
9Irrlicht has been slightly modified to get it to use externally created 12Irrlicht has been slightly modified to get it to use externally created
10GL stuff, and not use their internal copies of bzip, jpeglib, libpng, 13GL stuff, and not use their internal copies of bzip, jpeglib, libpng,
11and zlib. 14and zlib.
12 15
16LuaJIT 2.0 has been released for Ubuntu 13.04 and later, try using
17https://launchpad.net/~mwild1/+archive/ppa for 12.04. Not including
18that anymore.
19
13luaproc has been hacked up a bit, and will continue to be hacked up. 20luaproc has been hacked up a bit, and will continue to be hacked up.
14Merged it into LuaSL, so it's no longer here. 21Merged it into LuaSL, so it's no longer here.
15
16EFL has been released, so not including that anymore. You can find it
17in distro repos, PPA's, etc. Or http://enlightenment.org/