661
edits
Carandraug (talk | contribs) (→The right way: table for dependencies) |
Carandraug (talk | contribs) (→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 | ||
: | :{| 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]] |