aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-22 14:51:57 +1000
committerDavid Walter Seikel2014-04-22 14:51:57 +1000
commit29c25cb913fde0a8320bca9b9ea2cc82fbe2ec94 (patch)
treebf30c64b37e6d8e928d91b1b30f1073f036cad98 /libraries
parentMove LuaSL source up one directory. (diff)
downloadSledjHamr-29c25cb913fde0a8320bca9b9ea2cc82fbe2ec94.zip
SledjHamr-29c25cb913fde0a8320bca9b9ea2cc82fbe2ec94.tar.gz
SledjHamr-29c25cb913fde0a8320bca9b9ea2cc82fbe2ec94.tar.bz2
SledjHamr-29c25cb913fde0a8320bca9b9ea2cc82fbe2ec94.tar.xz
Move most of the README's and other docs into the new docs directory.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/libraries/README b/libraries/README
deleted file mode 100644
index a26fda1..0000000
--- a/libraries/README
+++ /dev/null
@@ -1,31 +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.
24
25--------------------------------------------------------------------
26
27These are the libraries written for the SledjHamr project.
28
29LumbrJack is a library of logging stuff, coz every one wants to log.
30
31Runnr is for running Lua scripts. Named (sorta) after a friend of mine.