From 6d2f915ee4c712ec707d7c462f93f9940b926692 Mon Sep 17 00:00:00 2001 From: carregal Date: Tue, 24 May 2005 23:05:18 +0000 Subject: [PATCH] Documentation update, using LuaBinaries --- doc/us/index.html | 10 +++++++--- doc/us/manual.html | 29 ++++++++++++++--------------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/doc/us/index.html b/doc/us/index.html index 2952270..e17418e 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -71,9 +71,13 @@ for more details).

Download

-

LuaFileSystem can be downloaded from its +

LuaFileSystem can be downloaded in source format from its Lua Forge -page.

+page. If you are using +LuaBinaries Release 2 +a Windows pre-compiled version of LuaFileSystem can also be found at the same +LuaForge page.

+

History

@@ -107,7 +111,7 @@ Comments are welcome!

Valid XHTML 1.0!

- $Id: index.html,v 1.17 2005/05/22 18:07:36 carregal Exp $ + $Id: index.html,v 1.18 2005/05/24 23:05:18 carregal Exp $

diff --git a/doc/us/manual.html b/doc/us/manual.html index ded9517..5d14a2e 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -57,24 +57,23 @@ systems offered by the standard Lua distribution.

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

-

Installation

- -

-LuaFileSystem is distributed as a pair of C source and header +

LuaFileSystem source 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. -

+be edited to suit the needs of the aimed platform.

-

-LuaFileSystem follows the +

Installation

+ +

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.

+for Lua 5.1, therefore it should be "installed". Refer to + +Compat-5.1 configuration section about how to install the compiled +binary properly

+ +

Windows users can use the pre-compiled version of LuaFileSystem +(lfs.dll) available at +LuaForge

Reference

@@ -193,7 +192,7 @@ If you are using Lua 5.1, nothing should be done.

Valid XHTML 1.0!

- $Id: manual.html,v 1.19 2005/05/22 18:56:24 carregal Exp $ + $Id: manual.html,v 1.20 2005/05/24 23:05:18 carregal Exp $