diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
| commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
| tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/installation.html | |
| parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
| download | luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2 luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip | |
Final push for release...
Diffstat (limited to 'doc/installation.html')
| -rw-r--r-- | doc/installation.html | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/installation.html b/doc/installation.html index 59815fa..62604ed 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
| @@ -71,11 +71,11 @@ Here is the standard LuaSocket distribution directory structure:</p> | |||
| 71 | 71 | ||
| 72 | <pre class=example> | 72 | <pre class=example> |
| 73 | <ROOT>/compat-5.1.lua | 73 | <ROOT>/compat-5.1.lua |
| 74 | <ROOT>/socket.lua | ||
| 75 | <ROOT>/lsocket.dll | ||
| 76 | <ROOT>/mime.lua | ||
| 77 | <ROOT>/lmime.dll | ||
| 78 | <ROOT>/ltn12.lua | 74 | <ROOT>/ltn12.lua |
| 75 | <ROOT>/mime/init.lua | ||
| 76 | <ROOT>/mime/core.dll | ||
| 77 | <ROOT>/socket/init.lua | ||
| 78 | <ROOT>/socket/core.dll | ||
| 79 | <ROOT>/socket/http.lua | 79 | <ROOT>/socket/http.lua |
| 80 | <ROOT>/socket/tp.lua | 80 | <ROOT>/socket/tp.lua |
| 81 | <ROOT>/socket/ftp.lua | 81 | <ROOT>/socket/ftp.lua |
| @@ -83,10 +83,8 @@ Here is the standard LuaSocket distribution directory structure:</p> | |||
| 83 | <ROOT>/socket/url.lua | 83 | <ROOT>/socket/url.lua |
| 84 | </pre> | 84 | </pre> |
| 85 | 85 | ||
| 86 | <p> Naturally, on Unix systems, <tt>lsocket.dll</tt> and <tt>lmime.dll</tt> | 86 | <p> Naturally, on Unix systems, <tt>core.dll</tt> |
| 87 | would be replaced by <tt>lsocket.so</tt> and <tt>lmime.so</tt>. In Mac OS | 87 | would be replaced by <tt>core.so</tt>. |
| 88 | X, they would be replaced by <tt>lsocket.dylib</tt> and | ||
| 89 | <tt>lmime.dylib</tt>. </p> | ||
| 90 | 88 | ||
| 91 | <p> In order for the interpreter to find all LuaSocket components, three | 89 | <p> In order for the interpreter to find all LuaSocket components, three |
| 92 | environment variables need to be set. The first environment variable tells | 90 | environment variables need to be set. The first environment variable tells |
