Build from source: Difference between revisions

→‎Libraries: added command to obtain Octave 3.2 build dependencies
(grouped dependencies and added fontconfig)
(→‎Libraries: added command to obtain Octave 3.2 build dependencies)
Line 26: Line 26:
* ghostscript
* ghostscript
* a TeX? distribution (if building the documentation)
* a TeX? distribution (if building the documentation)
On Debian systems, many of the required build dependencies for all versions can be obtained through:
<nowiki>apt-get build-dep octave3.2</nowiki>
Which obtains the build dependencies for Octave version 3.2. Some of the required libraries are detailed below.


=== Libraries ===
=== Libraries ===
Line 53: Line 59:
    
    
Qrupdate is missing, but it is easy to install from http://qrupdate.sourceforge.net
Qrupdate is missing, but it is easy to install from http://qrupdate.sourceforge.net
I also had to add a 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==
39

edits