[Contents] [TitleIndex] [WordIndex

How to create a binary version of Scilab for Windows

  1. First, you need to build scilab on release configuration

see how to compile scilab

  1. Install Inno setup (unicode version)

http://www.jrsoftware.org/download.php/is.exe

  1. start scilab
  2. exec(SCI + "/tools/innosetup/Create_ISS.sce")
  3. a "Scilab.iss" was generated in SCI directory

double click on this file and start build, binary version will be generated in SCI/output


2022-09-08 09:27