aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/README.libraries
diff options
context:
space:
mode:
authorDavid Walter Seikel2016-02-18 13:24:40 +1000
committerDavid Walter Seikel2016-02-18 13:24:40 +1000
commit7341af59640b65d409a09bec1ff891bd9e40b8ca (patch)
tree19819c90a4e3f41b0354bbf7a08811f521ddf456 /docs/README.libraries
parentWhite space clean ups that the web will ignore. (diff)
downloadSledjHamr-7341af59640b65d409a09bec1ff891bd9e40b8ca.zip
SledjHamr-7341af59640b65d409a09bec1ff891bd9e40b8ca.tar.gz
SledjHamr-7341af59640b65d409a09bec1ff891bd9e40b8ca.tar.bz2
SledjHamr-7341af59640b65d409a09bec1ff891bd9e40b8ca.tar.xz
Shift some docs around, and link to them.
Diffstat (limited to 'docs/README.libraries')
-rw-r--r--docs/README.libraries34
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 @@
1There are some base libraries that should be used in common. Notable
2the Enlightenment Foundation Libraries (EFL), Irrlicht, lemon, LuaJIT,
3and luaproc. Other external open source projects that we just use
4directly should go here to. Makes it easy to compile it all.
5
6Note that in some cases, there might be changes. Such changes should be
7documented, and marked with "// onefang changes".
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
12Irrlicht has been slightly modified to get it to use externally created
13GL stuff, and not use their internal copies of bzip, jpeglib, libpng,
14and zlib.
15
16Lemon is from http://www.hwaci.com/sw/lemon/.
17
18LuaJIT 2.0 has been released for Ubuntu 13.04 and later, try using
19https://launchpad.net/~mwild1/+archive/ppa for 12.04. Not including
20that anymore.
21
22luaproc has been hacked up a bit, and will continue to be hacked up.
23Merged it into LuaSL, so it's no longer here. Then replaced it
24completely.
25
26--------------------------------------------------------------------
27
28These are the libraries written for the SledjHamr project.
29
30libLumbrJack is a library of logging stuff, coz every one wants to log.
31
32libRunnr is for running Lua scripts. Named (sorta) after a friend of mine.
33
34libSledjHamr is a motley collection of stuff that is needed.