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 ;
33 <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A>
38 <A HREF="#about">about</A>
40 <A HREF="#install">installation</A>
42 <A HREF="#changes">changes</A>
44 <A HREF="#license">license</A>
46 <A HREF="contents.html">reference manual</A>
48 <H2><A NAME="about">About Lua</A></H2>
51 Lua is a powerful, fast, lightweight, embeddable scripting language
52 developed by a
53 <A HREF="http://www.lua.org/authors.html">team</A>
55 <A HREF="http://www.puc-rio.br/">PUC-Rio</A>,
58 <A HREF="#license">free software</A>
63 <A HREF="http://www.lua.org/">official web site</A>
68 <A HREF="http://www.lua.org/about.html">executive summary</A>
71 <A HREF="http://www.lua.org/docs.html">documentation</A>,
73 <A HREF="http://www.lua.org/manual/5.2/">reference manual</A>,
75 <A HREF="contents.html">local copy</A>
78 <H2><A NAME="install">Installing Lua</A></H2>
82 <A HREF="http://www.lua.org/ftp/">source</A>
90 The instructions given below for building Lua are for Unix-like platforms.
92 <A HREF="#other">instructions for other systems</A>
94 <A HREF="#customization">customization options</A>.
98 get a binary from
99 <A HREF="http://lua-users.org/wiki/LuaBinaries">LuaBinaries</A>.
101 <A HREF="http://luadist.org/">LuaDist</A>,
102 a multi-platform distribution of Lua that includes batteries.
107 In most Unix-like platforms, simply do "<KBD>make</KBD>" with a suitable target.
112 Open a terminal window and move to
113 the top-level directory, which is named <TT>lua-5.2.x</TT>.
131 The compilation takes only a few moments
135 and liblua.a (the library).
144 (which is probably named <TT>libreadline-dev</TT> or <TT>readline-devel</TT>).
146 then try "<KBD>make linux MYLIBS=-ltermcap</KBD>".
161 This will create a directory <TT>install</TT> with subdirectories
182 liblua.a
196 <H3><A NAME="customization">Customization</A></H3>
198 Three kinds of things can be customized by editing a file:
223 <H3><A NAME="other">Building Lua on other systems</A></H3>
251 To use Lua as a library in your own programs you'll need to know how to
259 For Windows, we recommend that the Lua library be a DLL.
266 <H2><A NAME="changes">Changes since Lua 5.1</A></H2>
271 <A HREF="contents.html">reference manual</A>
273 <A HREF="manual.html#8">incompatibilities</A> that had to be introduced.
298 <LI> <CODE>break</CODE> statement may appear in the middle of a block
312 <LI> closing a pipe returns exit status
354 <LI> parser uses much less C-stack space (no more auto arrays)
359 <LI> new <CODE>-E</CODE> option to avoid environment variables
360 <LI> handling of non-string error messages
363 <H2><A NAME="license">License</A></H2>
364 <A HREF="http://www.opensource.org/docs/definition.php">
365 <IMG SRC="osi-certified-72x60.png" ALIGN="right" BORDER="0" ALT="[osi certified]" STYLE="padding-le…
366 </A>
370 <A HREF="http://www.opensource.org/licenses/mit-license.html">MIT license</A>
379 <A HREF="http://www.lua.org/license.html">this</A>.
381 <BLOCKQUOTE STYLE="padding-bottom: 0em">
382 Copyright &copy; 1994&ndash;2015 Lua.org, PUC-Rio.
385 Permission is hereby granted, free of charge, to any person obtaining a copy
399 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
412 <!--
414 -->