From 7049b69af19dfbe3fced0e0a02e07af809a7c1b6 Mon Sep 17 00:00:00 2001
From: tomas
+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. +
+ +