aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.html
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-12 05:56:32 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-12 05:56:32 +0000
commit0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch)
treed69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/installation.html
parent37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff)
downloadluasocket-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.html14
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&lt;ROOT&gt;/compat-5.1.lua 73&lt;ROOT&gt;/compat-5.1.lua
74&lt;ROOT&gt;/socket.lua
75&lt;ROOT&gt;/lsocket.dll
76&lt;ROOT&gt;/mime.lua
77&lt;ROOT&gt;/lmime.dll
78&lt;ROOT&gt;/ltn12.lua 74&lt;ROOT&gt;/ltn12.lua
75&lt;ROOT&gt;/mime/init.lua
76&lt;ROOT&gt;/mime/core.dll
77&lt;ROOT&gt;/socket/init.lua
78&lt;ROOT&gt;/socket/core.dll
79&lt;ROOT&gt;/socket/http.lua 79&lt;ROOT&gt;/socket/http.lua
80&lt;ROOT&gt;/socket/tp.lua 80&lt;ROOT&gt;/socket/tp.lua
81&lt;ROOT&gt;/socket/ftp.lua 81&lt;ROOT&gt;/socket/ftp.lua
@@ -83,10 +83,8 @@ Here is the standard LuaSocket distribution directory structure:</p>
83&lt;ROOT&gt;/socket/url.lua 83&lt;ROOT&gt;/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>
87would be replaced by <tt>lsocket.so</tt> and <tt>lmime.so</tt>. In Mac OS 87would be replaced by <tt>core.so</tt>.
88X, 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
92environment variables need to be set. The first environment variable tells 90environment variables need to be set. The first environment variable tells