From 5100f420b7e17298c973df021d0f9527739c6901 Mon Sep 17 00:00:00 2001
From: tomas
$Id: index.html,v 1.33 2006/06/26 18:29:13 carregal Exp $
+$Id: index.html,v 1.34 2006/07/24 01:19:42 tomas Exp $
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: