From 6523585c66c04cea54df50013df8886b589847d8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:36:30 +1000 Subject: Add luaproc and LuaJIT libraries. Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly. --- libraries/LuaJIT-1.1.7/README | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 libraries/LuaJIT-1.1.7/README (limited to 'libraries/LuaJIT-1.1.7/README') diff --git a/libraries/LuaJIT-1.1.7/README b/libraries/LuaJIT-1.1.7/README new file mode 100644 index 0000000..3af04b8 --- /dev/null +++ b/libraries/LuaJIT-1.1.7/README @@ -0,0 +1,46 @@ +README for LuaJIT 1.1.7 +----------------------- + +************************************************************ +* This is only a bugfix release for the LuaJIT 1.1 branch. * +* LuaJIT 2.0 is available with much improved performance! * +************************************************************ + +LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. + + Lua is a powerful, light-weight programming language designed + for extending applications. Lua is also frequently used as a + general-purpose, stand-alone language. More information about + Lua can be found in the docs (see below) or at: http://www.lua.org/ + +LuaJIT 1.x is based on the Lua 5.1.x virtual machine and bytecode +interpreter from lua.org. It compiles bytecode to native x86 (i386+) +machine code to speed up the execution of Lua programs. + +Homepage: http://luajit.org/ + +LuaJIT is Copyright (C) 2005-2011 Mike Pall. LuaJIT is free +software, released under the MIT/X license. + +----------------------- + +Full documentation for LuaJIT is available in HTML format. +Please point your favourite browser to: + + jitdoc/luajit.html + +Detailed installation instructions are here: + + jitdoc/luajit_install.html + +The original documentation for Lua has been included for convenience: + + doc/readme.html + +----------------------- + +LuaJIT 1.1.7 is a heavily modified version of Lua 5.1.4. +The unmodified Lua distribution is available at: + + http://www.lua.org/ftp/lua-5.1.4.tar.gz + -- cgit v1.1