Editing Octave for Debian systems
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 78: | Line 78: | ||
=== Configuration === | === Configuration === | ||
− | Some | + | As mentioned above, Octave can be compiled with the default settings using {{Codeline|./configure && make && make install}}. You can also tweak the setup using configure options. Some examples are given below for a Linux system. |
==== 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 88: | Line 88: | ||
==== HDF5 ==== | ==== HDF5 ==== | ||
− | On | + | On current 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. |