diff options
author | tomas <tomas> | 2006-07-24 01:19:42 +0000 |
---|---|---|
committer | tomas <tomas> | 2006-07-24 01:19:42 +0000 |
commit | 5100f420b7e17298c973df021d0f9527739c6901 (patch) | |
tree | f7948ba3d26e3c234f0bb4cd5236177110354992 /doc/us/manual.html | |
parent | 722f6a9869fa8afd5f138c827b4bde24c5aa71c6 (diff) | |
download | luafilesystem-5100f420b7e17298c973df021d0f9527739c6901.tar.gz luafilesystem-5100f420b7e17298c973df021d0f9527739c6901.tar.bz2 luafilesystem-5100f420b7e17298c973df021d0f9527739c6901.zip |
Updating to Lua 5.1
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 25 |
1 files changed, 23 insertions, 2 deletions
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 |
64 | the underlying directory structure and file attributes.</p> | 65 | the underlying directory structure and file attributes.</p> |
65 | 66 | ||
67 | <h2><a name="building"></a>Building</h2> | ||
68 | |||
69 | <p> | ||
70 | LuaFileSystem could be built to Lua 5.0 or to Lua 5.1. | ||
71 | In both cases, | ||
72 | the language library and headers files for the target version | ||
73 | must be installed properly. | ||
74 | </p> | ||
75 | <p> | ||
76 | LuaFileSystem offers a Makefile and a separate configuration file, | ||
77 | <code>config</code>, | ||
78 | which should be edited to suit your installation before runnig | ||
79 | <code>make</code>. | ||
80 | The file has some definitions like paths to the external libraries, | ||
81 | compiler options and the like. | ||
82 | One important definition is the version of Lua language, | ||
83 | which 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>. |
90 | Lua 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" --> |