summaryrefslogtreecommitdiff
path: root/html/en/download_tips.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/download_tips.html')
-rw-r--r--html/en/download_tips.html26
1 files changed, 14 insertions, 12 deletions
diff --git a/html/en/download_tips.html b/html/en/download_tips.html
index b999eae..b683800 100644
--- a/html/en/download_tips.html
+++ b/html/en/download_tips.html
@@ -18,11 +18,13 @@
can be found at
<a target="_blank" href="http://www.tecgraf.puc-rio.br/tecmake">http://www.tecgraf.puc-rio.br/tecmake</a>.</p>
<p class="info">The <b>IM</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=86">http://luaforge.net/project/showfiles.php?group_id=86</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241318">http://sourceforge.net/project/showfiles.php?group_id=241318</a>.<br>
The <b>CD</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=88">http://luaforge.net/project/showfiles.php?group_id=88</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241317">
+http://sourceforge.net/project/showfiles.php?group_id=241317</a>.<br>
The <b>IUP</b> files can be downloaded at
-<a href="http://luaforge.net/project/showfiles.php?group_id=89">http://luaforge.net/project/showfiles.php?group_id=89</a>.<br>
+<a href="http://sourceforge.net/project/showfiles.php?group_id=241310">
+http://sourceforge.net/project/showfiles.php?group_id=241310</a>.<br>
The <b>Lua</b> files can be downloaded at
<a href="http://luaforge.net/project/showfiles.php?group_id=110">http://luaforge.net/project/showfiles.php?group_id=110</a>.</p>
<h3><a name="build">Build Configuration</a></h3>
@@ -32,7 +34,7 @@
<p>The DLLs were built using the <b>cdecl</b> calling convention. This should be
a problem for Visual Basic users.</p>
<p>In Visual C++ we use the single thread C Run Time Library for static libraries and the multi thread C RTL for DLLs.
- Because this is the default in Visual Studio for new projects. In Visual C++ 8 both use the multi thread C RTL.</p>
+ Because this is the default in Visual Studio for new projects. Since Visual C++ 8 both use the multi thread C RTL.</p>
<h3><a name="pack">Packaging</a></h3>
<p>The package files available for download are named according to the platform where they were build.</p>
<p>In UNIX all strings are based in the result of the command &quot;uname -a&quot;. The package name is a concatenation of the
@@ -72,7 +74,7 @@ a problem for Visual Basic users.</p>
src
cd\
im\
- lua5\</pre>
+ lua5.1\</pre>
<p>This structure will also made the process of building from sources more simple, since the projects and makefiles
will assume this structure .</p>
<h3><a name="usage">Usage</a></h3>
@@ -82,19 +84,19 @@ a problem for Visual Basic users.</p>
3) &quot;-liup&quot; to specify the library files</pre>
<p>For IDEs the configuration involves the same 3 steps above, but each IDE has a different dialog. The IUP toolkit
has a Guide for some IDEs:</p>
-<p class="info"><strong>Open Watcom</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html">http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html</a>
+<p class="info"><strong>Open Watcom</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html</a>
<br>
- <strong>Dev-C++</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html">http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html</a>
+ <strong>Dev-C++</strong> - <a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html</a>
<br>
<strong>Borland C++ BuilderX</strong> -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html">http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html</a><br>
<strong>Microsoft Visual C++</strong> (Visual Studio 2003) -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html">http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html</a><br>
<strong>Microsoft Visual C++</strong> (Visual Studio 2005) -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html">http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html</a><br>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html">http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html</a><br>
<strong>Eclipse for C++</strong> -
-<a href="http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html">
-http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html</a>
+<a href="http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html">
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html</a>
</p>
<h3><a name="plat">Available Platforms</a></h3>
<table border="0" cellpadding="3" style="border-collapse: collapse" bordercolor="#111111" align="center">