diff options
author | David Walter Seikel | 2014-01-13 21:08:31 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-13 21:08:31 +1000 |
commit | 637177eb1397ef1800027bccd50dbdc1af29a15b (patch) | |
tree | 3670a48303d05fceb8bf3ec4ee2901b72fe62d4d /libraries/README | |
parent | Update Irrlicht to 1.8.1. Include actual change markers this time. lol (diff) | |
download | SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.zip SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.gz SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.bz2 SledjHamr-637177eb1397ef1800027bccd50dbdc1af29a15b.tar.xz |
Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now.
Also some cleanups related to the other library removals.
Diffstat (limited to 'libraries/README')
-rw-r--r-- | libraries/README | 16 |
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 @@ | |||
1 | There are some base libraries that should be used in common. Notable | 1 | There are some base libraries that should be used in common. Notable |
2 | the Enlightenment Foundation Libraries (EFL), LuaJIT, luaproc, and | 2 | the Enlightenment Foundation Libraries (EFL), Irrlicht, lemon, LuaJIT, |
3 | lemon. Other external open source projects that we just use directly | 3 | and luaproc. Other external open source projects that we just use |
4 | should go here to. Makes it easy to compile it all. | 4 | directly should go here to. Makes it easy to compile it all. |
5 | 5 | ||
6 | Note that in some cases, there might be changes. Such changes should be | 6 | Note that in some cases, there might be changes. Such changes should be |
7 | documented, and marked with "// onefang changes". | 7 | documented, and marked with "// onefang changes". |
8 | 8 | ||
9 | EFL has been released, so not including that anymore. You can find it | ||
10 | in distro repos, PPA's, etc. Or http://enlightenment.org/ | ||
11 | |||
9 | Irrlicht has been slightly modified to get it to use externally created | 12 | Irrlicht has been slightly modified to get it to use externally created |
10 | GL stuff, and not use their internal copies of bzip, jpeglib, libpng, | 13 | GL stuff, and not use their internal copies of bzip, jpeglib, libpng, |
11 | and zlib. | 14 | and zlib. |
12 | 15 | ||
16 | LuaJIT 2.0 has been released for Ubuntu 13.04 and later, try using | ||
17 | https://launchpad.net/~mwild1/+archive/ppa for 12.04. Not including | ||
18 | that anymore. | ||
19 | |||
13 | luaproc has been hacked up a bit, and will continue to be hacked up. | 20 | luaproc has been hacked up a bit, and will continue to be hacked up. |
14 | Merged it into LuaSL, so it's no longer here. | 21 | Merged it into LuaSL, so it's no longer here. |
15 | |||
16 | EFL has been released, so not including that anymore. You can find it | ||
17 | in distro repos, PPA's, etc. Or http://enlightenment.org/ | ||