1,860
edits
(→Pre-compiled binaries: Homebrew is distribution independent. Mentioned at Octave for GNU/Linux.) |
(→Compiling from source: Strip common content already addressed in Building.) |
||
Line 25: | Line 25: | ||
sudo apt-get install octave | sudo apt-get install octave | ||
== | == Building Octave == | ||
The ''only'' tricky part is to install the dependencies. Once that is solved, | : ''For general build instructions, see [[Building]].'' | ||
The ''only'' tricky part is to install the Octave build dependencies. Once that is solved, one can easily follow the [[Building|general build instructions]]. See [[#Configuration|below]] for some Debian and Ubuntu specific configuration options. | |||
=== Install dependencies === | === Install dependencies === | ||
Line 296: | Line 298: | ||
<li>When configure decides to use QT5 instead of QT4, make might fail because lrelease is missing (see [https://savannah.gnu.org/bugs/?50580 bug 50580]). It can be fixed by installing {{Codeline|qttools5-dev-tools}}</li> | <li>When configure decides to use QT5 instead of QT4, make might fail because lrelease is missing (see [https://savannah.gnu.org/bugs/?50580 bug 50580]). It can be fixed by installing {{Codeline|qttools5-dev-tools}}</li> | ||
</ul>}} | </ul>}} | ||
=== Configuration === | === Configuration === |