From 453a5207eda52939181233bffffa67171ef838bd Mon Sep 17 00:00:00 2001
From: Caleb Maclennan
On Unix systems, the standard distribution uses two base directories, one for system dependent files, and another for system -independent files. Let's call these directories <CDIR> -and <LDIR>, respectively. +independent files. Let's call these directories <CDIR> +and <LDIR>, respectively. For example, in my laptp, Lua 5.1 is configured to use '/usr/local/lib/lua/5.1' for <CDIR> and '/usr/local/share/lua/5.1' for @@ -57,9 +57,9 @@ use '/usr/local/lib/lua/5.1' for usually points to the directory where the Lua executable is found, and <LDIR> points to a lua/ directory inside <CDIR>. (These -settings can be overridden by environment variables +settings can be overridden by environment variables LUA_PATH and LUA_CPATH. See the Lua -documentation for details.) Here is the standard LuaSocket +documentation for details.) Here is the standard LuaSocket distribution directory structure:
@@ -76,7 +76,7 @@ distribution directory structure:
Naturally, on Unix systems, core.dll -would be replaced by core.so. +would be replaced by core.so.