diff options
author | carregal <carregal> | 2007-05-08 19:23:12 +0000 |
---|---|---|
committer | carregal <carregal> | 2007-05-08 19:23:12 +0000 |
commit | 3b35114a16686017f334ff51e0ca21fb13114cd4 (patch) | |
tree | 5304eb939b801f5e15a3b95f2a96dfe5e1e6b504 /doc/us/manual.html | |
parent | 8161cea87780539088006bacf5730d11d15fd00f (diff) | |
download | luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.tar.gz luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.tar.bz2 luafilesystem-3b35114a16686017f334ff51e0ca21fb13114cd4.zip |
Details for the 1.2.1 release. Version number, droping Lua 5.0 support
Diffstat (limited to 'doc/us/manual.html')
-rw-r--r-- | doc/us/manual.html | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/us/manual.html b/doc/us/manual.html index 441209f..e08bf09 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -67,11 +67,10 @@ the underlying directory structure and file attributes.</p> | |||
67 | <h2><a name="building"></a>Building</h2> | 67 | <h2><a name="building"></a>Building</h2> |
68 | 68 | ||
69 | <p> | 69 | <p> |
70 | LuaFileSystem could be built to Lua 5.0 or to Lua 5.1. | 70 | LuaFileSystem should be built with Lua 5.1 so the language library |
71 | In both cases, | 71 | and header files for the target version must be installed properly. |
72 | the language library and headers files for the target version | ||
73 | must be installed properly. | ||
74 | </p> | 72 | </p> |
73 | |||
75 | <p> | 74 | <p> |
76 | LuaFileSystem offers a Makefile and a separate configuration file, | 75 | LuaFileSystem offers a Makefile and a separate configuration file, |
77 | <code>config</code>, | 76 | <code>config</code>, |
@@ -79,15 +78,12 @@ which should be edited to suit your installation before runnig | |||
79 | <code>make</code>. | 78 | <code>make</code>. |
80 | The file has some definitions like paths to the external libraries, | 79 | The file has some definitions like paths to the external libraries, |
81 | compiler options and the like. | 80 | 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> | 81 | </p> |
85 | 82 | ||
86 | <h2><a name="installation"></a>Installation</h2> | 83 | <h2><a name="installation"></a>Installation</h2> |
87 | 84 | ||
88 | <p>The LuaFileSystem compiled binary should be copied to a directory in your | 85 | <p>The LuaFileSystem compiled binary should be copied to a directory in your |
89 | <a href="http://www.lua.org/manual/5.1/manual.html#pdf-package.cpath">C path</a>. | 86 | <a href="http://www.lua.org/manual/5.1/manual.html#pdf-package.cpath">C path</a>.</p> |
90 | Lua 5.0 users should also install <a href="http://www.keplerproject.org/compat">Compat-5.1</a>.</p> | ||
91 | 87 | ||
92 | <p>Windows users can use the binary version of LuaFileSystem | 88 | <p>Windows users can use the binary version of LuaFileSystem |
93 | (<code>lfs.dll</code>) available at | 89 | (<code>lfs.dll</code>) available at |
@@ -232,7 +228,7 @@ LuaFileSystem offers the following functions: | |||
232 | <div id="about"> | 228 | <div id="about"> |
233 | <p><a href="http://validator.w3.org/check?uri=referer"> | 229 | <p><a href="http://validator.w3.org/check?uri=referer"> |
234 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 230 | <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
235 | <p><small>$Id: manual.html,v 1.33 2006/07/24 01:19:42 tomas Exp $</small></p> | 231 | <p><small>$Id: manual.html,v 1.34 2007/05/08 19:23:12 carregal Exp $</small></p> |
236 | </div> <!-- id="about" --> | 232 | </div> <!-- id="about" --> |
237 | 233 | ||
238 | </div> <!-- id="container" --> | 234 | </div> <!-- id="container" --> |