Build from source

From Octave
Revision as of 22:04, 1 March 2012 by Jwe (talk | contribs)
Jump to navigation Jump to search

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.