This repository was archived by the owner on Nov 20, 2020. It is now read-only.
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- README for Lua 5.1
1
+ README for Lua 5.1 [ ![ Build Status] ( https://secure.travis-ci.org/LuaDist/lua.png?branch=lua-5.1 )] ( http://travis-ci.org/LuaDist/lua )
2
+ ==================
2
3
3
4
See INSTALL for installation instructions.
4
5
See HISTORY for a summary of changes since the last released version.
5
6
6
- * What is Lua?
7
- ------------
7
+ What is Lua?
8
+ ------------
8
9
Lua is a powerful, light-weight programming language designed for extending
9
10
applications. Lua is also frequently used as a general-purpose, stand-alone
10
11
language. Lua is free software.
@@ -15,23 +16,22 @@ See HISTORY for a summary of changes since the last released version.
15
16
Lua has been used in many different projects around the world.
16
17
For a short list, see http://www.lua.org/uses.html .
17
18
18
- * Availability
19
- ------------
19
+ Availability
20
+ ------------
20
21
Lua is freely available for both academic and commercial purposes.
21
22
See COPYRIGHT and http://www.lua.org/license.html for details.
22
23
Lua can be downloaded at http://www.lua.org/download.html .
23
24
24
- * Installation
25
- ------------
25
+ Installation
26
+ ------------
26
27
Lua is implemented in pure ANSI C, and compiles unmodified in all known
27
28
platforms that have an ANSI C compiler. In most Unix-like platforms, simply
28
29
do "make" with a suitable target. See INSTALL for detailed instructions.
29
30
30
- * Origin
31
- ------
31
+ Origin
32
+ ------
32
33
Lua is developed at Lua.org, a laboratory of the Department of Computer
33
34
Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
34
35
in Brazil).
35
36
For more information about the authors, see http://www.lua.org/authors.html .
36
37
37
- (end of README)
You can’t perform that action at this time.
0 commit comments