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 @@
LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
++LuaFileSystem could be built to Lua 5.0 or to Lua 5.1. +In both cases, +the language library and headers files for the target version +must be installed properly. +
+
+LuaFileSystem offers a Makefile and a separate configuration file,
+config,
+which should be edited to suit your installation before runnig
+make.
+The file has some definitions like paths to the external libraries,
+compiler options and the like.
+One important definition is the version of Lua language,
+which is not obtained from the installed software.
+
The LuaFileSystem compiled binary should be copied to a directory in your
-LUA_CPATH. Lua 5.0 users should install Compat-5.1 also.
Windows users can use the binary version of LuaFileSystem
(lfs.dll) available at
@@ -211,7 +232,7 @@ LuaFileSystem offers the following functions: