mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Documentation update, using LuaBinaries
This commit is contained in:
@@ -71,9 +71,13 @@ for more details).</p>
|
||||
|
||||
<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>
|
||||
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>
|
||||
|
||||
@@ -107,7 +111,7 @@ Comments are welcome!</p>
|
||||
<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><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>
|
||||
</div> <!-- id="about" -->
|
||||
|
||||
|
||||
@@ -57,24 +57,23 @@ systems offered by the standard Lua distribution.</p>
|
||||
<p>LuaFileSystem offers a portable way to access
|
||||
the underlying directory structure and file attributes.</p>
|
||||
|
||||
<h2><a name="installation"></a>Installation</h2>
|
||||
|
||||
<p>
|
||||
LuaFileSystem is distributed as a pair of C source and header
|
||||
<p>LuaFileSystem source is distributed as a pair of C source and header
|
||||
files. The distribution provides a <code>Makefile</code> prepared to
|
||||
compile the library and install it. The file <code>config</code> should
|
||||
be edited to suit the needs of the aimed platform.
|
||||
</p>
|
||||
be edited to suit the needs of the aimed platform.</p>
|
||||
|
||||
<p>
|
||||
LuaFileSystem follows the
|
||||
<h2><a name="installation"></a>Installation</h2>
|
||||
|
||||
<p>LuaFileSystem follows the
|
||||
<a href="http://www.keplerproject.org/compat">package proposal</a>
|
||||
for Lua 5.1, therefore this package should be "installed".
|
||||
In other words,
|
||||
if you are using Lua 5.0, the files <code>compat-5.1.c</code> and
|
||||
<code>compat-5.1.h</code> must be used in the compilation and the file
|
||||
<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>
|
||||
for Lua 5.1, therefore it should be "installed". Refer to
|
||||
<a href="http://www.keplerproject.org/compat/manual.html#configuration">
|
||||
Compat-5.1 configuration</a> section about how to install the compiled
|
||||
binary properly</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>
|
||||
|
||||
@@ -193,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.</p>
|
||||
<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><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>
|
||||
</div> <!-- id="about" -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user