aboutsummaryrefslogtreecommitdiff
path: root/doc/installation.html
diff options
context:
space:
mode:
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