diff options
Diffstat (limited to 'doc/installation.html')
-rw-r--r-- | doc/installation.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/installation.html b/doc/installation.html index 1b82ed3..4086f41 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
@@ -76,9 +76,9 @@ distribution directory structure:</p> | |||
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/init.lua (originally mime.lua) | 79 | <SHARE>/mime/mime.lua |
80 | <LIB>/mime/core.dll | 80 | <LIB>/mime/core.dll |
81 | <SHARE>/socket/init.lua (originally socket.lua) | 81 | <SHARE>/socket/socket.lua |
82 | <LIB>/socket/core.dll | 82 | <LIB>/socket/core.dll |
83 | <SHARE>/socket/http.lua | 83 | <SHARE>/socket/http.lua |
84 | <SHARE>/socket/tp.lua | 84 | <SHARE>/socket/tp.lua |
@@ -88,9 +88,7 @@ distribution directory structure:</p> | |||
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> |
91 | would be replaced by <tt>core.so</tt>. Notice that in the instalation, | 91 | would be replaced by <tt>core.so</tt>. |
92 | <tt>socket.lua</tt> becomes <tt>socket/init.lua</tt>, and the same happens | ||
93 | with <tt>mime.lua</tt>, which becomes <tt>mime/init.lua</tt>. | ||
94 | </p> | 92 | </p> |
95 | 93 | ||
96 | <p> In order for the interpreter to find all LuaSocket components, three | 94 | <p> In order for the interpreter to find all LuaSocket components, three |