Lines Matching +full:build +full:- +full:c89
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 ;
54 <A HREF="http://www.puc-rio.br/">PUC-Rio</A>,
84 You need to build it before using it.
90 The instructions given below for building Lua are for Unix-like platforms,
100 <A HREF="http://lua-users.org/wiki/LuaBinaries">LuaBinaries</A>.
103 a multi-platform distribution of Lua that includes batteries.
107 In most common Unix-like platforms, simply do "<KBD>make</KBD>".
113 the top-level directory, which is named <TT>lua-5.4.1</TT>.
114 The <TT>Makefile</TT> there controls both the build process and the installation process.
117 Do "<KBD>make</KBD>". The <TT>Makefile</TT> will guess your platform and build Lua for it.
124 guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
131 c89, in this order.
145 …'re running Linux, try "<KBD>make linux-readline</KBD>" to build the interactive Lua interpreter w…
148 (which is probably named <TT>libreadline-dev</TT> or <TT>readline-devel</TT>).
150 then try "<KBD>make linux-readline MYLIBS=-ltermcap</KBD>".
160 To build and install Lua in one step, do "<KBD>make all install</KBD>",
206 <LI> How to build Lua — edit <TT>src/Makefile</TT>.
220 it will be used by any Lua clients that you build, to ensure consistency.
273 <LI> to-be-closed variables
282 <LI> string-to-number coercions moved to the string library
291 <IMG SRC="osi-certified-72x60.png" ALIGN="right" ALT="[osi certified]" STYLE="padding-left: 30px ;">
294 <A HREF="http://www.opensource.org/licenses/mit-license.html">MIT license</A>
305 <BLOCKQUOTE STYLE="padding-bottom: 0em">
306 Copyright © 1994–2020 Lua.org, PUC-Rio.
335 <!--
337 -->