From 5100f420b7e17298c973df021d0f9527739c6901 Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 24 Jul 2006 01:19:42 +0000 Subject: [PATCH] Updating to Lua 5.1 --- doc/us/index.html | 3 ++- doc/us/manual.html | 25 +++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) 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 @@
  • Manual @@ -140,7 +141,7 @@ Comments are welcome!

    Valid XHTML 1.0!

    -

    $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 $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index 3d38aea..441209f 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -37,6 +37,7 @@
  • Manual @@ -63,10 +64,30 @@ systems offered by the standard Lua distribution.

    LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.

    +

    Building

    + +

    +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. +

    +

    Installation

    The LuaFileSystem compiled binary should be copied to a directory in your -LUA_CPATH. Lua 5.0 users should install Compat-5.1 also.

    +C path. +Lua 5.0 users should also install Compat-5.1.

    Windows users can use the binary version of LuaFileSystem (lfs.dll) available at @@ -211,7 +232,7 @@ LuaFileSystem offers the following functions:

    Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.32 2006/06/08 17:55:33 tomas Exp $

    +

    $Id: manual.html,v 1.33 2006/07/24 01:19:42 tomas Exp $