Lines Matching +full:- +full:a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
6 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1">
10 border-radius: 8px ;
16 word-spacing: 0.25em ;
20 padding-bottom: 0.2em ;
24 font-size: 12pt ;
32 <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua"></A>
37 <A HREF="#about">about</A>
39 <A HREF="#install">installation</A>
41 <A HREF="#changes">changes</A>
43 <A HREF="#license">license</A>
45 <A HREF="contents.html">reference manual</A>
48 <H2><A NAME="about">About Lua</A></H2>
50 Lua is a powerful, fast, lightweight, embeddable scripting language
51 developed by a
52 <A HREF="http://www.lua.org/authors.html">team</A>
54 <A HREF="http://www.puc-rio.br/">PUC-Rio</A>,
57 <A HREF="#license">free software</A>
62 <A HREF="http://www.lua.org/">official web site</A>
67 <A HREF="http://www.lua.org/about.html">executive summary</A>
70 <A HREF="http://www.lua.org/docs.html">documentation</A>,
72 <A HREF="http://www.lua.org/manual/5.3/">reference manual</A>,
74 <A HREF="contents.html">local copy</A>
77 <H2><A NAME="install">Installing Lua</A></H2>
80 <A HREF="http://www.lua.org/ftp/">source</A>
88 The instructions given below for building Lua are for Unix-like platforms.
90 <A HREF="#other">instructions for other systems</A>
92 <A HREF="#customization">customization options</A>.
96 get a binary from
97 <A HREF="http://lua-users.org/wiki/LuaBinaries">LuaBinaries</A>.
99 <A HREF="http://luadist.org/">LuaDist</A>,
100 a multi-platform distribution of Lua that includes batteries.
104 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target.
109 Open a terminal window and move to
110 the top-level directory, which is named <TT>lua-5.3.5</TT>.
128 The compilation takes only a few moments
132 and liblua.a (the library).
141 (which is probably named <TT>libreadline-dev</TT> or <TT>readline-devel</TT>).
143 then try "<KBD>make linux MYLIBS=-ltermcap</KBD>".
158 This will create a directory <TT>install</TT> with subdirectories
179 liblua.a
193 <H3><A NAME="customization">Customization</A></H3>
195 Three kinds of things can be customized by editing a file:
215 <H3><A NAME="other">Building Lua on other systems</A></H3>
242 To use Lua as a library in your own programs you'll need to know how to
250 For Windows, we recommend that the Lua library be a DLL.
257 <H2><A NAME="changes">Changes since Lua 5.2</A></H2>
261 <A HREF="contents.html">reference manual</A>
263 <A HREF="manual.html#8">incompatibilities</A> that had to be introduced.
267 <LI> integers (64-bit by default)
268 <LI> official support for 32-bit numbers
270 <LI> basic utf-8 support
313 <H2><A NAME="license">License</A></H2>
315 <A HREF="http://www.opensource.org/docs/definition.php">
316 <IMG SRC="osi-certified-72x60.png" ALIGN="right" ALT="[osi certified]" STYLE="padding-left: 30px ;">
317 </A>
319 <A HREF="http://www.opensource.org/licenses/mit-license.html">MIT license</A>
328 <A HREF="http://www.lua.org/license.html">this</A>.
330 <BLOCKQUOTE STYLE="padding-bottom: 0em">
331 Copyright © 1994–2017 Lua.org, PUC-Rio.
334 Permission is hereby granted, free of charge, to any person obtaining a copy
348 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
358 Mon Jun 18 22:57:33 -03 2018
360 <!--
362 -->