diff --git a/doc/us/index.html b/doc/us/index.html index 6b81ad9..78b38e3 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -60,6 +60,11 @@ as Lua 5.0. Current version is 1.0 alpha. It was developed for Lua 5.0.
++Version 1.0 follows the +package proposal +for Lua 5.1 +(see section Installation for more details). @@ -77,10 +82,34 @@ LuaFileSystem can be downloaded in source code from the following links:
+LuaFileSystem 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 +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. +
+ +