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