aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-11-22 08:33:29 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-11-22 08:33:29 +0000
commitd55a5826e81136a9ecf65c4cd407152a56684dc2 (patch)
tree109ad44c75cee890ad5e98583e12b15b5e65a18e /doc/installation.html
parenta2b780bf7a78c66d54a248fa99b5fc862c12a127 (diff)
downloadluasocket-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.html8
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>&lt;LIB&gt;</tt>
69and <tt>&lt;SHARE&gt;</tt>, respectively. 69and <tt>&lt;SHARE&gt;</tt>, respectively.
70For instance, in my laptop, I use '<tt>/usr/local/lib/lua/5.0</tt>' for 70For instance, in my laptop, I use '<tt>/usr/local/lib/lua/5.0</tt>' for
71<tt>&lt;LIB&gt;</tt> and '<tt>/usr/local/share/lua/5.0</tt>' for 71<tt>&lt;LIB&gt;</tt> and '<tt>/usr/local/share/lua/5.0</tt>' for
72<tt>&lt;SHARE&gt;</tt>. On Windows, only one directory is used, say 72<tt>&lt;SHARE&gt;</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
74distribution directory structure:</p> 74distribution directory structure:</p>
75 75
76<pre class=example> 76<pre class=example>
77&lt;SHARE&gt;/compat-5.1.lua 77&lt;SHARE&gt;/compat-5.1.lua
78&lt;SHARE&gt;/ltn12.lua 78&lt;SHARE&gt;/ltn12.lua
79&lt;SHARE&gt;/mime/mime.lua 79&lt;SHARE&gt;/socket.lua
80&lt;LIB&gt;/mime/core.dll
81&lt;SHARE&gt;/socket/socket.lua
82&lt;LIB&gt;/socket/core.dll 80&lt;LIB&gt;/socket/core.dll
83&lt;SHARE&gt;/socket/http.lua 81&lt;SHARE&gt;/socket/http.lua
84&lt;SHARE&gt;/socket/tp.lua 82&lt;SHARE&gt;/socket/tp.lua
85&lt;SHARE&gt;/socket/ftp.lua 83&lt;SHARE&gt;/socket/ftp.lua
86&lt;SHARE&gt;/socket/smtp.lua 84&lt;SHARE&gt;/socket/smtp.lua
87&lt;SHARE&gt;/socket/url.lua 85&lt;SHARE&gt;/socket/url.lua
86&lt;SHARE&gt;/mime.lua
87&lt;LIB&gt;/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>