User manual
Dymola 2015 FD01 Release Notes 53
• Visual C++ 2010 Express (10.0)
• Visual Studio 2012 Express Edition (11.0)
• Visual Studio 2013 Express Edition (12.0)
Microsoft C/C++ compilers, professional editions:
• Visual Studio 2005 (8.0)
• Visual Studio 2008 (9.0)
• Visual Studio 2010 (10.0)
• Visual Studio 2012 (11.0)
• Visual Studio 2013 (12.0)
GCC compilers
Dymola 2015 FD01 has limited support for the MinGW GCC compiler, with a GCC version
compatible with 4.8. Note the present limitations, and a demand for an add-on, refer to
section “GCC” on page 5.
Dymola license server
For a Dymola license server on Windows, all files needed to set up and run a Dymola
license server on Windows, except the license file, are available in the Dymola distribution.
(This includes also the license daemon, where Dymola presently supports FLEXnet
Publisher version 11.11. This version is part of the Dymola distribution.)
Linux
Supported Linux versions and compilers
Dymola 2015 FD01 runs on SUSE Linux (Release 11), 32-bit and 64-bit, with gcc version
4.3.4, and compatible systems. In addition to gcc, the model C code generated by Dymola
can also be compiled by clang. To change compiler, change the variable
CC in
/opt/dymola-<version>-<architecture>/insert/dsbuild.sh, where
<architecture> is i586 for 32-bit application, and x86_64 for 64-bit application. As
an example, for a 64-bit Dymola 2015 FD01 application:
/opt/dymola-2015FD01-x86_64/insert/dsbuild.sh
Dymola 2015 FD01 is supported as a 32-bit and 64-bit application on Linux.
Notes
• For rendering of jpg files, libjpg62 must be installed.
• 32-bit compilation might require explicit installation of 32-bit libc. E.g. on Ubuntu:
sudo apt-get install g++-multilib libc6-dev-386
Note on Optimization library
Please note that you have to use the Optimization library version 2.x or higher to use multi-
criteria design optimization on Linux; the older Design.Optimization package does not
support multi-criteria design optimization on Linux.