1,852
edits
(→Configuration: Remove 64-bit section, as it is incomplete, not Debian specific, and already mentioned in Building now.) |
m (→Configuration) |
||
Line 74: | Line 74: | ||
=== Configuration === | === Configuration === | ||
Some Debian and Ubuntu specific configure tweaks are listed below: | |||
==== Java ==== | ==== Java ==== | ||
Autodetection for | Autodetection for Java should work well on Debian-based systems. A specific Java version can be specified by passing {{codeline|JAVA_HOME}} to configure, for example | ||
./configure JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 | ./configure JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64 | ||
Line 84: | Line 84: | ||
==== HDF5 ==== | ==== HDF5 ==== | ||
On | On older versions of Debian and Ubuntu, you may get the following warning when building an older version of Octave from source: | ||
HDF5 library not found. Octave will not be able to save or load HDF5 data files. | HDF5 library not found. Octave will not be able to save or load HDF5 data files. |