Octave for Debian systems: Difference between revisions

→‎Building development version: table for dependencies
(→‎The right way: table for dependencies)
(→‎Building development version: table for dependencies)
Line 80: Line 80:


==== Building development version ====
==== Building development version ====
If you are building development versions, you'll require some more packages as listed on {{Path|etc/HACKING}}. Many of them will already be installed on your system.
If you are building development versions, you'll require some more packages as listed on {{Path|etc/HACKING}} and {{Path|INSTALL}}. Many of them will already be installed on your system.


Note that the current development release you shuld run {{Codeline|./bootstrap}} instead of the old {{Codeline|./autogen}}
Note that the current development release you shuld run {{Codeline|./bootstrap}} instead of the old {{Codeline|./autogen}}
Line 87: Line 87:
:<pre>autoconf automake bison flex gperf gzip libtool make perl rsync tar</pre>
:<pre>autoconf automake bison flex gperf gzip libtool make perl rsync tar</pre>
* dependencies for the development release
* dependencies for the development release
:<pre>qtcreator libqscintilla2-8 libqscintilla2-dev gtk2-engines-pixbuf</pre>
:{| class="wikitable"
|-
! Dependency  !! Debian Squeeze      !! Ubuntu X
|-
| GTK theme?  || gtk2-engines-pixbuf ||
|-
| Java JDK    || openjdk-7-jdk        ||
|-
| LLVM        || libfftw3-dev        ||
|-
| QScintilla  || libqscintilla2-8    ||
|-
| Qt          || libqtcore4 libqtwebkit4 libqt4-network libqtgui4 ||
|-
|}


[[Category:Installation]]
[[Category:Installation]]