Build from source: Difference between revisions

Cosmetic changes
mNo edit summary
(Cosmetic changes)
Line 9: Line 9:
To compile Octave, you will also need a recent version of GNU Make. You must have GNU Make to compile octave. Octave's Makefiles use features of GNU Make that are not present in other versions of make. GNU Make is very portable and easy to install.  
To compile Octave, you will also need a recent version of GNU Make. You must have GNU Make to compile octave. Octave's Makefiles use features of GNU Make that are not present in other versions of make. GNU Make is very portable and easy to install.  


==Dependencies==
=Dependencies=


On Debian systems, many of the required build dependencies for all versions can be obtained through:
On Debian systems, many of the required build dependencies for all versions can be obtained through:
Line 62: Line 62:
You may need to add the line:  #include "GL/glu.h"    in src/DLD-FUNCTIONS/fltk_backend.cc.</nowiki>
You may need to add the line:  #include "GL/glu.h"    in src/DLD-FUNCTIONS/fltk_backend.cc.</nowiki>


==Download==
=Download=


Released source tarballs are available at http://www.octave.org/download.html. You will normally want to use one of those.
Released source tarballs are available at http://www.octave.org/download.html. You will normally want to use one of those.
39

edits