Previous Page Parent Page Next Page TOC

Windows

Compiled Libraries

Visual Studio C++ 9 (32 and 64 bit)

Since the pre-compiled libraries are build with the Intel Compiler you must install the Intel Redistributable Libraries 32 bit or 64 bit

Visual Studio C++ 8

Since the pre-compiled libraries are build with the Intel Compiler you must install the Intel Redistributable Libraries
You must add:
  • C:\Program Files\Microsoft Visual Studio 8\Common7\IDE
  • C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin
  • C:\Program Files\Microsoft Visual Studio 8\VC\bin
  • C:\Program Files\Common Files\Intel\Shared Files\cpp\Bin\ia32

to the environment variable PATH else the command line tools will not operate. Please note that under VC 8 libraries are dynamically linked if available.

Append the following paths to the environment variables named below:
  • LIB=C:\Program Files\Common Files\Intel\Shared Files\cpp\Lib\ia32;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\lib;C:\Program Files\Microsoft Visual Studio 8\VC\lib
  • INCLUDE=C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include;C:\Program Files\Microsoft Visual Studio 8\VC\include

Note: The above environment variables are sufficient for command line compilation. To compile within Visual Studio 2005 you must add
   C:\Program Files\Common Files\Intel\Shared Files\cpp\Lib\ia32
to the search directories for library files. This setting can be found under
   Tools->Options->Project and Solutions->VC++ Directories.

The libraries below are already compiled and just need to be decompressed into a directory of your choice.

Visual Studio C++ 6.0 (no longer supported)

The libraries below are already compiled and just need to be decompressed into a directory of your choice.

Source Packages

  • Install Qt
  • Install the qwt plotting library, which can be found here.
  • Install the qwt 3D plotting library, which can be found here.
  • Install the Qt MML Widget library, which can be found here.

Optional Components

For some build operations such as building the lex and yacc parsers and the distribution package it is necessary to have the cygwin environment installed. In addition the freeware version of Inno Setup is needed for packaging.