Build from source: Difference between revisions

From Octave
Jump to navigation Jump to search
(Points to the source tree)
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:
We try to keep build instructions up to date in the source tree. Please clone using [http://mercurial.selenic.com/ Mercurial] or download it and see the README.
 
./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 23:10, 9 March 2013

We try to keep build instructions up to date in the source tree. Please clone using Mercurial or download it and see the README.