[Contents] [TitleIndex] [WordIndex

Build Scilab x64 on Windows

step 1

You need :

* Windows XP Pro 64 bits, Windows Vista x64 or Windows Seven x64

* Visual Studio C++ .NET 2008 Pro (x64 components installed) (SP1 recommended)

* Intel C++ XE 2011 update 1 (or more) (x64 components installed)

* Intel Fortran XE 2011 update 1 (or more) (x64 components installed)

Step 2

Checkout the Scilab sources (see instructions here).

Creates a d:\GIT-scilab-master directory

d:
md d:\GIT-scilab-master
cd d:\GIT-scilab-master
git clone git://git.scilab.org/scilab
cd scilab\scilab

Please notice that Visual Studio C++ 2008 requires to build that sources are on a NTFS partition.

Step 3

Checkout the Windows prerequisites for compilation in d:\GIT-scilab-master

md Prerequirements
cd Prerequirements
svn export --username anonymous --password Scilab svn://svn.scilab.org/scilab/trunk/Dev-Tools/SE/Prerequirements/Windows_x64

Step 4

Copy the content of "Prerequirements" directory in "scilab" (d:\GIT-scilab-master\scilab\scilab) directory.

Step 5

Launch Scilab.sln with Visual C++ 2008 Pro and select x64 configuration.


2022-09-08 09:26