From 72eceedc62d2cb65421fe9e0062a5d8f8c2bd3c4 Mon Sep 17 00:00:00 2001
From: Diego Nehab
<SHARE>/compat-5.1.lua <SHARE>/ltn12.lua -<SHARE>/mime/init.lua +<SHARE>/mime/init.lua (originally mime.lua) <LIB>/mime/core.dll -<SHARE>/socket/init.lua +<SHARE>/socket/init.lua (originally socket.lua) <LIB>/socket/core.dll <SHARE>/socket/http.lua <SHARE>/socket/tp.lua @@ -88,7 +88,10 @@ distribution directory structure:
Naturally, on Unix systems, core.dll -would be replaced by core.so. +would be replaced by core.so. Notice that in the instalation, +socket.lua becomes socket/init.lua, and the same happens +with mime.lua, which becomes mime/init.lua. +
In order for the interpreter to find all LuaSocket components, three environment variables need to be set. The first environment variable tells @@ -110,7 +113,7 @@ LUA_CPATH=<LIB>/?.dll;?.dll
Again, naturally, on Unix systmems the shared library extension would be -.so instead of .dll
+.so instead of .dll.