diff options
Diffstat (limited to 'html/en/guide.html')
-rw-r--r-- | html/en/guide.html | 4 |
1 files changed, 4 insertions, 0 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> |