diff options
-rw-r--r-- | html/en/guide.html | 4 | ||||
-rw-r--r-- | html/en/imlua.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/html/en/guide.html b/html/en/guide.html index ae47267..e792c96 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -118,6 +118,10 @@ imlua_process51 -> imlua51 -> im_process</pre> <p>As a general rule (excluding system dependencies and included third party libraries): IM has NO external dependencies, and IMLua depends on Lua.</p> +<p>The Lua binding for IM (Makfiles and Pre-compiled binaries) depend on the +<a href="http://luabinaries.luaforge.net/">LuaBinaries</a> distribution. So if +you are going to build all use the <strong>LuaBinaries</strong> source package +also, not the <strong>Lua.org</strong> original source package. </p> <h3><a name="CD">CD Compatibility</a></h3> diff --git a/html/en/imlua.html b/html/en/imlua.html index 63ebd05..18b5dce 100644 --- a/html/en/imlua.html +++ b/html/en/imlua.html @@ -74,7 +74,7 @@ must also contains the following: </p> <pre>"./lib?51.so;" [in UNIX] ".\\?51.dll;" [in Windows]</pre> -<p>The LuaBinaries distribution already includes these modifications on the +<p>The <a href="http://luabinaries.luaforge.net/">LuaBinaries</a> distribution already includes these modifications on the default search path.</p> <p>The simplest form <b>require</b>"<b>i<span lang="en-us">m</span></b>" and so on, can not be used because there are IM dynamic libraries with names |