diff --git a/doc/us/index.html b/doc/us/index.html index 2952270..e17418e 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -71,9 +71,13 @@ for more details).
LuaFileSystem can be downloaded from its +
LuaFileSystem can be downloaded in source format from its Lua Forge -page.
+page. If you are using +LuaBinaries Release 2 +a Windows pre-compiled version of LuaFileSystem can also be found at the same +LuaForge page. +- $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 $
LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
--LuaFileSystem is distributed as a pair of C source and header +
LuaFileSystem source is distributed as a pair of C source and header
files. The distribution provides a Makefile prepared to
compile the library and install it. The file config should
-be edited to suit the needs of the aimed platform.
-
-LuaFileSystem follows the +
LuaFileSystem follows the
package proposal
-for Lua 5.1, therefore this package should be "installed".
-In other words,
-if you are using Lua 5.0, the files compat-5.1.c and
-compat-5.1.h must be used in the compilation and the file
-compat-5.1.lua must be installed in the LUA_PATH.
-If you are using Lua 5.1, nothing should be done.
Windows users can use the pre-compiled version of LuaFileSystem
+(lfs.dll) available at
+LuaForge