aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcarregal <carregal>2007-10-26 21:44:43 +0000
committercarregal <carregal>2007-10-26 21:44:43 +0000
commit9cdf62e1bd3787e9afa047af3369ee70469340ea (patch)
treed7b762c12cac5633ff8a833c1bbc419aa64eef75 /README
parent4790b562ca48f7305126057bde4785b8747edf55 (diff)
downloadluafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.gz
luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.tar.bz2
luafilesystem-9cdf62e1bd3787e9afa047af3369ee70469340ea.zip
Documentation updates for 1.3.0
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 18 insertions, 2 deletions
diff --git a/README b/README
index 0970919..23fa331 100644
--- a/README
+++ b/README
@@ -1,9 +1,19 @@
1LuaFileSystem - File System Library for Lua 1LuaFileSystem - File System Library for Lua
2Copyright 2003-2007 PUC-Rio 2Copyright 2003-2007 Kepler Project
3http://www.keplerproject.org/luafilesystem 3http://www.keplerproject.org/luafilesystem
4 4
5LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. LuaFileSystem is free software and uses the same license as Lua 5.1 Current version is 1.2.1. 5Description
6-----------
7LuaFileSystem is a Lua library developed to complement the set of functions
8related to file systems offered by the standard Lua distribution.
6 9
10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
11LuaFileSystem is free software and uses the same license as Lua 5.1
12
13Current version is 1.3.0
14
15Unix Installation
16-----------------
7To install on Linux/OSX/BSD, please edit the config file and then call 17To install on Linux/OSX/BSD, please edit the config file and then call
8 18
9make 19make
@@ -11,4 +21,10 @@ make install
11 21
12The last step may require root privileges. 22The last step may require root privileges.
13 23
24Windows Installation
25--------------------
26To install on Windows, please copy lfs.ddl to your package.cpath directory
27
28Documentation
29-------------
14Please check the documentation at /doc/us/ for more information. \ No newline at end of file 30Please check the documentation at /doc/us/ for more information. \ No newline at end of file