diff options
Diffstat (limited to 'docs/README.libraries')
-rw-r--r-- | docs/README.libraries | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/README.libraries b/docs/README.libraries deleted file mode 100644 index 8b99b7f..0000000 --- a/docs/README.libraries +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | There are some base libraries that should be used in common. Notable | ||
2 | the Enlightenment Foundation Libraries (EFL), Irrlicht, lemon, LuaJIT, | ||
3 | and luaproc. Other external open source projects that we just use | ||
4 | directly should go here to. Makes it easy to compile it all. | ||
5 | |||
6 | Note that in some cases, there might be changes. Such changes should be | ||
7 | documented, and marked with "// onefang changes". | ||
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 | |||
12 | Irrlicht has been slightly modified to get it to use externally created | ||
13 | GL stuff, and not use their internal copies of bzip, jpeglib, libpng, | ||
14 | and zlib. | ||
15 | |||
16 | Lemon is from http://www.hwaci.com/sw/lemon/. | ||
17 | |||
18 | LuaJIT 2.0 has been released for Ubuntu 13.04 and later, try using | ||
19 | https://launchpad.net/~mwild1/+archive/ppa for 12.04. Not including | ||
20 | that anymore. | ||
21 | |||
22 | luaproc has been hacked up a bit, and will continue to be hacked up. | ||
23 | Merged it into LuaSL, so it's no longer here. Then replaced it | ||
24 | completely. | ||
25 | |||
26 | -------------------------------------------------------------------- | ||
27 | |||
28 | These are the libraries written for the SledjHamr project. | ||
29 | |||
30 | libLumbrJack is a library of logging stuff, coz every one wants to log. | ||
31 | |||
32 | libRunnr is for running Lua scripts. Named (sorta) after a friend of mine. | ||
33 | |||
34 | libSledjHamr is a motley collection of stuff that is needed. | ||