diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-11-22 08:33:29 +0000 |
commit | d55a5826e81136a9ecf65c4cd407152a56684dc2 (patch) | |
tree | 109ad44c75cee890ad5e98583e12b15b5e65a18e /doc/installation.html | |
parent | a2b780bf7a78c66d54a248fa99b5fc862c12a127 (diff) | |
download | luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.gz luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.tar.bz2 luasocket-d55a5826e81136a9ecf65c4cd407152a56684dc2.zip |
Few tweaks in installation, some missing files, etc.
Diffstat (limited to 'doc/installation.html')
-rw-r--r-- | doc/installation.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/installation.html b/doc/installation.html index c8eb5d9..f293de6 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
@@ -69,22 +69,22 @@ independent files. Let's call these directories <tt><LIB></tt> | |||
69 | and <tt><SHARE></tt>, respectively. | 69 | and <tt><SHARE></tt>, respectively. |
70 | For instance, in my laptop, I use '<tt>/usr/local/lib/lua/5.0</tt>' for | 70 | For instance, in my laptop, I use '<tt>/usr/local/lib/lua/5.0</tt>' for |
71 | <tt><LIB></tt> and '<tt>/usr/local/share/lua/5.0</tt>' for | 71 | <tt><LIB></tt> and '<tt>/usr/local/share/lua/5.0</tt>' for |
72 | <tt><SHARE></tt>. On Windows, only one directory is used, say | 72 | <tt><SHARE></tt>. On Windows, sometimes only one directory is used, say |
73 | '<tt>c:\program files\lua\5.0</tt>'. Here is the standard LuaSocket | 73 | '<tt>c:\program files\lua\5.0</tt>'. Here is the standard LuaSocket |
74 | distribution directory structure:</p> | 74 | distribution directory structure:</p> |
75 | 75 | ||
76 | <pre class=example> | 76 | <pre class=example> |
77 | <SHARE>/compat-5.1.lua | 77 | <SHARE>/compat-5.1.lua |
78 | <SHARE>/ltn12.lua | 78 | <SHARE>/ltn12.lua |
79 | <SHARE>/mime/mime.lua | 79 | <SHARE>/socket.lua |
80 | <LIB>/mime/core.dll | ||
81 | <SHARE>/socket/socket.lua | ||
82 | <LIB>/socket/core.dll | 80 | <LIB>/socket/core.dll |
83 | <SHARE>/socket/http.lua | 81 | <SHARE>/socket/http.lua |
84 | <SHARE>/socket/tp.lua | 82 | <SHARE>/socket/tp.lua |
85 | <SHARE>/socket/ftp.lua | 83 | <SHARE>/socket/ftp.lua |
86 | <SHARE>/socket/smtp.lua | 84 | <SHARE>/socket/smtp.lua |
87 | <SHARE>/socket/url.lua | 85 | <SHARE>/socket/url.lua |
86 | <SHARE>/mime.lua | ||
87 | <LIB>/mime/core.dll | ||
88 | </pre> | 88 | </pre> |
89 | 89 | ||
90 | <p> Naturally, on Unix systems, <tt>core.dll</tt> | 90 | <p> Naturally, on Unix systems, <tt>core.dll</tt> |