From 8fcca302fedc1669b0679c5369f3505e377a4c7f Mon Sep 17 00:00:00 2001 From: scuri Date: Fri, 17 Oct 2008 17:32:07 +0000 Subject: *** empty log message *** --- html/en/download_tips.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'html/en/download_tips.html') 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 http://www.tecgraf.puc-rio.br/tecmake.

The IM files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=86.
+http://sourceforge.net/project/showfiles.php?group_id=241318.
The CD files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=88.
+ +http://sourceforge.net/project/showfiles.php?group_id=241317.
The IUP files can be downloaded at -http://luaforge.net/project/showfiles.php?group_id=89.
+ +http://sourceforge.net/project/showfiles.php?group_id=241310.
The Lua files can be downloaded at http://luaforge.net/project/showfiles.php?group_id=110.

Build Configuration

@@ -32,7 +34,7 @@

The DLLs were built using the cdecl calling convention. This should be a problem for Visual Basic users.

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.

+ Because this is the default in Visual Studio for new projects. Since Visual C++ 8 both use the multi thread C RTL.

Packaging

The package files available for download are named according to the platform where they were build.

In UNIX all strings are based in the result of the command "uname -a". The package name is a concatenation of the @@ -72,7 +74,7 @@ a problem for Visual Basic users.

src cd\ im\ - lua5\ + lua5.1\

This structure will also made the process of building from sources more simple, since the projects and makefiles will assume this structure .

Usage

@@ -82,19 +84,19 @@ a problem for Visual Basic users.

3) "-liup" to specify the library files

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:

-

Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/guide/owc.html +

Open Watcom - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/owc.html
- Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/guide/dev-cpp.html + Dev-C++ - http://www.tecgraf.puc-rio.br/iup/en/ide_guide/dev-cpp.html
Borland C++ BuilderX - -http://www.tecgraf.puc-rio.br/iup/en/guide/cppbx.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/cppbx.html
Microsoft Visual C++ (Visual Studio 2003) - -http://www.tecgraf.puc-rio.br/iup/en/guide/msvc.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc.html
Microsoft Visual C++ (Visual Studio 2005) - -http://www.tecgraf.puc-rio.br/iup/en/guide/msvc8.html
+http://www.tecgraf.puc-rio.br/iup/en/ide_guide/msvc8.html
Eclipse for C++ - - -http://www.tecgraf.puc-rio.br/iup/en/guide/eclipse.html + +http://www.tecgraf.puc-rio.br/iup/en/ide_guide/eclipse.html

Available Platforms

-- cgit v1.2.3