Build from source: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
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 | |||
[http://www.gnu.org/software/octave/doc/interpreter/Installation.html#Installation More detailed instructions] | |||
for building from source are included in the Octave manual. | |||
Revision as of 22:04, 1 March 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.