Build from source

Revision as of 22:04, 1 March 2012 by Jwe (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.