aboutsummaryrefslogtreecommitdiff
path: root/doc/us/manual.html
diff options
context:
space:
mode:
authortomas <tomas>2006-06-08 17:55:33 +0000
committertomas <tomas>2006-06-08 17:55:33 +0000
commitdf2efb797c1456258d6844b43271b0557754fbaf (patch)
tree5a79b111461eca6a936299e6d07a3ac0ca58ca52 /doc/us/manual.html
parentb6c8c1394289d63100c738cd7322a4486cd076a6 (diff)
downloadluafilesystem-df2efb797c1456258d6844b43271b0557754fbaf.tar.gz
luafilesystem-df2efb797c1456258d6844b43271b0557754fbaf.tar.bz2
luafilesystem-df2efb797c1456258d6844b43271b0557754fbaf.zip
Adding support for compilation on both Lua 5.0 and Lua 5.1
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r--doc/us/manual.html14
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html
index 922b27b..3d38aea 100644
--- a/doc/us/manual.html
+++ b/doc/us/manual.html
@@ -65,14 +65,8 @@ the underlying directory structure and file attributes.</p>
65 65
66<h2><a name="installation"></a>Installation</h2> 66<h2><a name="installation"></a>Installation</h2>
67 67
68<p>LuaFileSystem follows the 68<p>The LuaFileSystem compiled binary should be copied to a directory in your
69<a href="http://www.keplerproject.org/compat/">package model</a> 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>
70for Lua 5.1, therefore it should be "installed". Refer to
71<a href="http://www.keplerproject.org/compat/manual.html#configuration">
72Compat-5.1 configuration</a> section about how to install the compiled
73binary properly.
74The compiled binary should be copied to a directory in your
75<code>LUA_CPATH</code>.</p>
76 70
77<p>Windows users can use the binary version of LuaFileSystem 71<p>Windows users can use the binary version of LuaFileSystem
78(<code>lfs.dll</code>) available at 72(<code>lfs.dll</code>) available at
@@ -96,7 +90,7 @@ LuaFileSystem offers the following functions:
96 The attributes are described as follows; 90 The attributes are described as follows;
97 attribute <code>mode</code> is a string, all the others are numbers, 91 attribute <code>mode</code> is a string, all the others are numbers,
98 and the time related attributes use the same time reference of 92 and the time related attributes use the same time reference of
99 <a href="http://www.lua.org/manual/5.0/manual.html#5.7"><code>os.time</code></a>: 93 <a href="http://www.lua.org/manual/5.1/manual.html#pdf-os.time"><code>os.time</code></a>:
100 <dl> 94 <dl>
101 <dt><strong><code>dev</code></strong></dt> 95 <dt><strong><code>dev</code></strong></dt>
102 <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems, 96 <dd>on Unix systems, this represents the device that the inode resides on. On Windows systems,
@@ -217,7 +211,7 @@ LuaFileSystem offers the following functions:
217<div id="about"> 211<div id="about">
218 <p><a href="http://validator.w3.org/check?uri=referer"> 212 <p><a href="http://validator.w3.org/check?uri=referer">
219 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 213 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
220 <p><small>$Id: manual.html,v 1.31 2006/03/15 20:29:15 carregal Exp $</small></p> 214 <p><small>$Id: manual.html,v 1.32 2006/06/08 17:55:33 tomas Exp $</small></p>
221</div> <!-- id="about" --> 215</div> <!-- id="about" -->
222 216
223</div> <!-- id="container" --> 217</div> <!-- id="container" -->