aboutsummaryrefslogtreecommitdiff
path: root/libs/lua/README
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-16 10:58:21 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:08:41 (GMT)
commit0fa62fe1598c5b04925c0b7b98d0d00d28d10d88 (patch)
treeccc2dd040a03b294b17abaa4da55ca00ed9b82a7 /libs/lua/README
parent7b6dc2ad72a4c4ecd20eddbfb6f1b4c3bd2a7024 (diff)
downloadfluxbox_paul-0fa62fe1598c5b04925c0b7b98d0d00d28d10d88.zip
fluxbox_paul-0fa62fe1598c5b04925c0b7b98d0d00d28d10d88.tar.bz2
Add lua as an internal library in libs/lua
Diffstat (limited to 'libs/lua/README')
-rw-r--r--libs/lua/README37
1 files changed, 37 insertions, 0 deletions
diff --git a/libs/lua/README b/libs/lua/README
new file mode 100644
index 0000000..11b4dff
--- /dev/null
+++ b/libs/lua/README
@@ -0,0 +1,37 @@
1README for Lua 5.1
2
3See INSTALL for installation instructions.
4See HISTORY for a summary of changes since the last released version.
5
6* What is Lua?
7 ------------
8 Lua is a powerful, light-weight programming language designed for extending
9 applications. Lua is also frequently used as a general-purpose, stand-alone
10 language. Lua is free software.
11
12 For complete information, visit Lua's web site at http://www.lua.org/ .
13 For an executive summary, see http://www.lua.org/about.html .
14
15 Lua has been used in many different projects around the world.
16 For a short list, see http://www.lua.org/uses.html .
17
18* Availability
19 ------------
20 Lua is freely available for both academic and commercial purposes.
21 See COPYRIGHT and http://www.lua.org/license.html for details.
22 Lua can be downloaded at http://www.lua.org/download.html .
23
24* Installation
25 ------------
26 Lua is implemented in pure ANSI C, and compiles unmodified in all known
27 platforms that have an ANSI C compiler. In most Unix-like platforms, simply
28 do "make" with a suitable target. See INSTALL for detailed instructions.
29
30* Origin
31 ------
32 Lua is developed at Lua.org, a laboratory of the Department of Computer
33 Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
34 in Brazil).
35 For more information about the authors, see http://www.lua.org/authors.html .
36
37(end of README)