<!--
* Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
* Copyright (C) DIGITEO - 2010-2011 - Allan CORNET
+ * Copyright (C) ESI Group - 2020 - Antoine ELIAS
*
* Copyright (C) 2012 - 2016 - Scilab Enterprises
*
</refnamediv>
<refsection>
<title>Scilab supported and compatible compilers</title>
- <para>Some features of Scilab require that you have a third-party compiler
- installed on your system.
+ <para>Some features of Scilab require that you have a third-party compiler installed on your system.
</para>
</refsection>
<refsection>
<title>Windows</title>
- <para>-- Visual studio C++ 2005, 2008, 2010, 2012, 2013 Professional 32 and 64 bits</para>
- <para>-- Visual studio C++ 2012, 2013 Express Edition (available at no charge)</para>
- <para>
- More information is available on <ulink url="http://wiki.scilab.org/How_can_I_set_up_Microsoft_Visual_Studio_2008/2010_Express_Edition_for_use_with_Scilab_x64_on_64-bit_Windows%3F">Scilab Wiki</ulink>.
- </para>
+ <para>-- Visual studio C++ 2013, 2015, 2017, 2019 Professional/Enterprise 32 and 64 bits</para>
+ <para>-- Visual studio C++ 2013, 2015, 2017, 2019 Express/Community Edition <ulink url="https://visualstudio.microsoft.com">Visual Studio official web site</ulink> (free of charge)</para>
<para>-- Intel Fortran 9, 10, 11, XE 2011, XE 2012, XE 2013</para>
- <para>
- -- LCC-Win32 requires to install a ATOMS module:<programlisting role="exec">atomsInstall('lcc_windows'); atomsLoad('lcc_windows');</programlisting>
- </para>
- <para>
- -- MinGW requires to install a ATOMS module:<programlisting role="exec">atomsInstall('mingw'); atomsLoad('mingw');</programlisting>
+ <para>-- MinGW requires to install a ATOMS module:
+ <programlisting role="exec">atomsInstall('mingw');</programlisting>
</para>
</refsection>
<refsection>
<refsection>
<title>Mac OS X</title>
<para>
- Apple's development environment for OS X, <ulink url="http://developer.apple.com/technologies/tools/xcode.html">Xcode</ulink>, is available from
- Apple at no charge.
+ Apple's development environment for OS X, <ulink url="http://developer.apple.com/technologies/tools/xcode.html">Xcode</ulink>, is available from Apple at no charge.
</para>
</refsection>
<refsection role="see also">