Difference between revisions of "Build from source"
Jump to navigation
Jump to search
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 14: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.