aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/us/index.html3
-rw-r--r--doc/us/manual.html25
2 files changed, 25 insertions, 3 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index b06441e..ea17303 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -39,6 +39,7 @@
39 <li><a href="manual.html">Manual</a> 39 <li><a href="manual.html">Manual</a>
40 <ul> 40 <ul>
41 <li><a href="manual.html#introduction">Introduction</a></li> 41 <li><a href="manual.html#introduction">Introduction</a></li>
42 <li><a href="manual.html#building">Building</a></li>
42 <li><a href="manual.html#installation">Installation</a></li> 43 <li><a href="manual.html#installation">Installation</a></li>
43 <li><a href="manual.html#reference">Reference</a></li> 44 <li><a href="manual.html#reference">Reference</a></li>
44 </ul> 45 </ul>
@@ -140,7 +141,7 @@ Comments are welcome!</p>
140<div id="about"> 141<div id="about">
141 <p><a href="http://validator.w3.org/check?uri=referer"> 142 <p><a href="http://validator.w3.org/check?uri=referer">
142 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 143 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
143 <p><small>$Id: index.html,v 1.33 2006/06/26 18:29:13 carregal Exp $</small></p> 144 <p><small>$Id: index.html,v 1.34 2006/07/24 01:19:42 tomas Exp $</small></p>
144</div> <!-- id="about" --> 145</div> <!-- id="about" -->
145 146
146</div> <!-- id="container" --> 147</div> <!-- id="container" -->
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 3d38aea..441209f 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -37,6 +37,7 @@
37 <li><strong>Manual</strong> 37 <li><strong>Manual</strong>
38 <ul> 38 <ul>
39 <li><a href="manual.html#introduction">Introduction</a></li> 39 <li><a href="manual.html#introduction">Introduction</a></li>
40 <li><a href="manual.html#building">Building</a></li>
40 <li><a href="manual.html#installation">Installation</a></li> 41 <li><a href="manual.html#installation">Installation</a></li>
41 <li><a href="manual.html#reference">Reference</a></li> 42 <li><a href="manual.html#reference">Reference</a></li>
42 </ul> 43 </ul>
@@ -63,10 +64,30 @@ systems offered by the standard Lua distribution.</p>
63<p>LuaFileSystem offers a portable way to access 64<p>LuaFileSystem offers a portable way to access
64the underlying directory structure and file attributes.</p> 65the underlying directory structure and file attributes.</p>
65 66
67<h2><a name="building"></a>Building</h2>
68
69<p>
70LuaFileSystem could be built to Lua 5.0 or to Lua 5.1.
71In both cases,
72the language library and headers files for the target version
73must be installed properly.
74</p>
75<p>
76LuaFileSystem offers a Makefile and a separate configuration file,
77<code>config</code>,
78which should be edited to suit your installation before runnig
79<code>make</code>.
80The file has some definitions like paths to the external libraries,
81compiler options and the like.
82One important definition is the version of Lua language,
83which is not obtained from the installed software.
84</p>
85
66<h2><a name="installation"></a>Installation</h2> 86<h2><a name="installation"></a>Installation</h2>
67 87
68<p>The LuaFileSystem compiled binary should be copied to a directory in your 88<p>The LuaFileSystem compiled binary should be copied to a directory in your
69<code><a href="http://www.lua.org/manual/5.1/manual.html#pdf-package.cpath">LUA_CPATH</a></code>. Lua 5.0 users should install <a href="http://www.keplerproject.org/compat">Compat-5.1</a> also.</p> 89<a href="http://www.lua.org/manual/5.1/manual.html#pdf-package.cpath">C path</a>.
90Lua 5.0 users should also install <a href="http://www.keplerproject.org/compat">Compat-5.1</a>.</p>
70 91
71<p>Windows users can use the binary version of LuaFileSystem 92<p>Windows users can use the binary version of LuaFileSystem
72(<code>lfs.dll</code>) available at 93(<code>lfs.dll</code>) available at
@@ -211,7 +232,7 @@ LuaFileSystem offers the following functions:
211<div id="about"> 232<div id="about">
212 <p><a href="http://validator.w3.org/check?uri=referer"> 233 <p><a href="http://validator.w3.org/check?uri=referer">
213 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 234 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
214 <p><small>$Id: manual.html,v 1.32 2006/06/08 17:55:33 tomas Exp $</small></p> 235 <p><small>$Id: manual.html,v 1.33 2006/07/24 01:19:42 tomas Exp $</small></p>
215</div> <!-- id="about" --> 236</div> <!-- id="about" -->
216 237
217</div> <!-- id="container" --> 238</div> <!-- id="container" -->