Build from source: Difference between revisions

From Octave
Jump to navigation Jump to search
(Added info about ichael Goffioul's build environment.)
mNo edit summary
Line 10: Line 10:
=Windows Build System=
=Windows Build System=


In addition to the instruction provided in the Octave manual, a basic toolkit for building Octave in windows using the MSVC compiler has been produced by Michael Goffioul. It consists of a set of scripts that can be used to compile Octave and its dependencies.  
In addition to the instructions provided in the Octave manual, a basic toolkit for building Octave in windows using the MSVC compiler has been produced by Michael Goffioul. It consists of a set of scripts that can be used to compile Octave and its dependencies.  


A pre-compiled (with VS2010) version of everything has also been provided, so it is not necessary to recompile everything from scratch. The files can be found at:
A pre-compiled (with VS2010) version of everything has also been provided, so it is not necessary to recompile everything from scratch. The files can be found at:

Revision as of 08:28, 19 October 2012

Building Octave can be as simple as downloading the source and running the following three commands in your GNU/Linux shell:

./configure
make
make install

More detailed instructions for building from source are included in the Octave manual.

Windows Build System

In addition to the instructions provided in the Octave manual, a basic toolkit for building Octave in windows using the MSVC compiler has been produced by Michael Goffioul. It consists of a set of scripts that can be used to compile Octave and its dependencies.

A pre-compiled (with VS2010) version of everything has also been provided, so it is not necessary to recompile everything from scratch. The files can be found at:

[1] [2]

Note that this is not a enterprise-level SDK.