Documentation update, using LuaBinaries

This commit is contained in:
carregal
2005-05-24 23:05:18 +00:00
parent 2a11208d8e
commit 6d2f915ee4
2 changed files with 21 additions and 18 deletions

View File

@@ -71,9 +71,13 @@ for more details).</p>
<h2><a name="download"></a>Download</h2> <h2><a name="download"></a>Download</h2>
<p>LuaFileSystem can be downloaded from its <p>LuaFileSystem can be downloaded in source format from its
<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> <a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a>
page.</p> page. If you are using
<a href="http://luaforge.net/projects/luabinaries/">LuaBinaries</a> Release 2
a Windows pre-compiled version of LuaFileSystem can also be found at the same
LuaForge page.</p>
<h2><a name="history"></a>History</h2> <h2><a name="history"></a>History</h2>
@@ -107,7 +111,7 @@ Comments are welcome!</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small> <p><small>
$Id: index.html,v 1.17 2005/05/22 18:07:36 carregal Exp $ $Id: index.html,v 1.18 2005/05/24 23:05:18 carregal Exp $
</small></p> </small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->

View File

@@ -57,24 +57,23 @@ systems offered by the standard Lua distribution.</p>
<p>LuaFileSystem offers a portable way to access <p>LuaFileSystem offers a portable way to access
the underlying directory structure and file attributes.</p> the underlying directory structure and file attributes.</p>
<h2><a name="installation"></a>Installation</h2> <p>LuaFileSystem source is distributed as a pair of C source and header
<p>
LuaFileSystem is distributed as a pair of C source and header
files. The distribution provides a <code>Makefile</code> prepared to files. The distribution provides a <code>Makefile</code> prepared to
compile the library and install it. The file <code>config</code> should compile the library and install it. The file <code>config</code> should
be edited to suit the needs of the aimed platform. be edited to suit the needs of the aimed platform.</p>
</p>
<p> <h2><a name="installation"></a>Installation</h2>
LuaFileSystem follows the
<p>LuaFileSystem follows the
<a href="http://www.keplerproject.org/compat">package proposal</a> <a href="http://www.keplerproject.org/compat">package proposal</a>
for Lua 5.1, therefore this package should be "installed". for Lua 5.1, therefore it should be "installed". Refer to
In other words, <a href="http://www.keplerproject.org/compat/manual.html#configuration">
if you are using Lua 5.0, the files <code>compat-5.1.c</code> and Compat-5.1 configuration</a> section about how to install the compiled
<code>compat-5.1.h</code> must be used in the compilation and the file binary properly</p>
<code>compat-5.1.lua</code> must be installed in the <code>LUA_PATH</code>.
If you are using Lua 5.1, nothing should be done.</p> <p>Windows users can use the pre-compiled version of LuaFileSystem
(<code>lfs.dll</code>) available at
<a href="http://luaforge.net/projects/luafilesystem/files">LuaForge</a></p>
<h2><a name="reference"></a>Reference</h2> <h2><a name="reference"></a>Reference</h2>
@@ -193,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p>
<div id="about"> <div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small> <p><small>
$Id: manual.html,v 1.19 2005/05/22 18:56:24 carregal Exp $ $Id: manual.html,v 1.20 2005/05/24 23:05:18 carregal Exp $
</small></p> </small></p>
</div> <!-- id="about" --> </div> <!-- id="about" -->