diff options
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/cdlua.html | 2 | ||||
-rw-r--r-- | html/en/guide.html | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/html/en/cdlua.html b/html/en/cdlua.html index 9cfb965..e31385a 100644 --- a/html/en/cdlua.html +++ b/html/en/cdlua.html @@ -68,7 +68,7 @@ must also contains the following: </p> ".\\?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>cd</b>" and so on, can not be used because there are CD dynamic libraries with names diff --git a/html/en/guide.html b/html/en/guide.html index dbe48fb..4d7835b 100644 --- a/html/en/guide.html +++ b/html/en/guide.html @@ -105,6 +105,10 @@ cdluapdf51 -> cdlua51 <p>As a general rule (excluding system dependencies and included third party libraries): CD has NO external dependencies, and CDLua depends on Lua and IMLua. Just notice that not all CDLua libraries depend on IMLua.</p> +<p>The Lua bindings for IUP, CD and 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> <p>In Ubuntu you will need to install the following packages:</p> <pre>libx11-dev libxpm-dev |