Lines Matching full:install
39 <A HREF="#install">installation</A>
77 <H2><A NAME="install">Installing Lua</A></H2>
147 Once you have built Lua, you may want to install it in an official
148 place in your system. In this case, do "<KBD>make install</KBD>". The official
149 place and the way to install files are defined in the <TT>Makefile</TT>. You'll
150 probably need the right permissions to install files.
153 To build and install Lua in one step, do "<KBD>make xxx install</KBD>",
157 To install Lua locally, do "<KBD>make local</KBD>".
158 This will create a directory <TT>install</TT> with subdirectories
160 and install Lua as listed below.
162 To install Lua locally, but in some other directory, do
163 "<KBD>make install INSTALL_TOP=xxx</KBD>", where xxx is your chosen directory.
197 <LI> Where and how to install Lua — edit <TT>Makefile</TT>.