1. Get the binary file (scilab-4.1.2.bin.linux-i686.tar.gz)
and put it in the directory where you want to install Scilab (<scilab-path>)
2. Launch the following commands :
[$SHELL] cd <scilab-path>
[$SHELL] tar xzf scilab-4.1.2.bin.linux-i686.tar.gz
[$SHELL] cd scilab-4.1.2
[$SHELL] make
3. To launch Scilab :
[$SHELL] cd <scilab-path>/scilab-4.1.2
[$SHELL] bin/scilab
1. Get the binary file (scilab-4.1.2.bin.HP-UX-B.11.tar.gz)
and put it in the directory where you want to install Scilab (<scilab-path>)
2. Launch the following commands :
[$SHELL] cd <scilab-path>
[$SHELL] tar xzf scilab-4.1.2.bin.HP-UX-B.11.tar.gz
[$SHELL] cd scilab-4.1.2
[$SHELL] make
3. To launch Scilab :
[$SHELL] cd <scilab-path>/scilab-4.1.2
[$SHELL] bin/scilab
Subversion Version
Alternatively, you can get the latest and greatest version
of Scilab directly from the SVN server :
Subversion Version
[$SHELL]
cd <download_path>
[$SHELL]
svn co --username anonymous --password Scilab svn://svn.scilab.org/scilab/tags/Scilab-412/scilab
[$SHELL]
cd scilab
[$SHELL]
svn co --username anonymous --password Scilab svn://svn.scilab.org/scilab/tags/Scilab-412/man
[$SHELL]
svn co --username anonymous --password Scilab svn://svn.scilab.org/scilab/tags/Scilab-412/tests
You can browse the SVN Repository with your web browser
here.
Other platforms
Scilab team does not provide and support other platforms.
For other platforms
Versions for various machines (Mac OS X for instance) can be found
here.