m (Remove libjpeg62-dev package. It results in strange crashing, with an error about mismatched jpeg libraries) |
|||
| (87 intermediate revisions by 44 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | + | = Introduction = | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| + | This page details installation of KDE SC 4 build requirements on any recent Kubuntu or Debian system. That is, if you want to build KDE SC 4 Platform, the required (and some strongly recommended) packages are installed with the commands on this page. | ||
| − | + | == Debian Source Builds The Easy Way == | |
| − | + | For building parts of KDE on Debian using the Debian source packages see [[/Source|Debian the easy way]]. | |
| − | < | + | == KDE 4.x == |
| − | sudo aptitude install build-essential cdbs debhelper cmake | + | Install these for any KDE 4.x release, then add specific packages for point releases as below. Then add any optional packages you like, as described below. |
| − | kdesdk-scripts subversion ssh xserver-xephyr doxygen | + | <syntaxhighlight lang="bash"> |
| − | dbus-x11 | + | sudo aptitude install build-essential xorg-dev cdbs debhelper cmake \ |
| − | + | kdesdk-scripts subversion ssh xserver-xephyr doxygen dbus-x11 \ | |
| − | libssl | + | libxml2-dev libxslt1-dev shared-mime-info libical-dev libgif-dev libssl-dev \ |
| − | + | libboost-dev libboost-program-options-dev libboost-graph-dev libgpgme11-dev \ | |
| − | + | libvlccore-dev libxine-dev libqimageblitz-dev libbz2-dev libdbus-1-dev libpam0g-dev \ | |
| − | + | libpcre3-dev libkrb5-dev libsm-dev libclucene0ldbl libclucene-dev \ | |
| − | + | libxtst-dev xsltproc libxrender-dev libfontconfig1-dev automoc librdf0-dev \ | |
| − | + | libdbusmenu-qt-dev docbook-xsl docbook-xml libattica-dev libqtwebkit-dev \ | |
| − | + | shared-desktop-ontologies libphonon-dev libqt4-dev dbus-x11 \ | |
| − | + | libstreamanalyzer-dev libstrigiqtdbusclient-dev libxml2-dev libxslt1-dev \ | |
| − | + | librdf0-dev libjasper-dev libopenexr-dev libacl1-dev libsasl2-dev | |
| − | + | </syntaxhighlight> | |
| − | + | ||
| − | + | ||
| − | </ | + | |
| − | + | === 4.10 === | |
| + | This (along with the command for 4.x above) installs all compilation requirements for kde 4.10. Some additional packages may be required for 4.10. See the sections below for other packages to install. | ||
| − | + | <syntaxhighlight lang="bash"> | |
| + | sudo aptitude install libx11-xcb-dev libxcb-composite0-dev libxcb-damage0-dev \ | ||
| + | libxcb-xfixes0-dev libxcb-randr0-dev libxcb-shape0-dev libxcb-sync0-dev \ | ||
| + | libxcb-image0-dev libxcb-render-util0-dev libqjson-dev virtuouso-minimal \ | ||
| + | libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev \ | ||
| + | libswscale-dev libpostproc-dev libtag1-dev libgstreamer0.10-dev \ | ||
| + | libgstreamer-plugins-base0.10-dev | ||
| + | </syntaxhighlight> | ||
| − | + | === 4.6 === | |
| − | < | + | This (along with the command for 4.x above) installs all compilation requirements for kde4 (with the exception of qt4) and some strongly recommended packages such as libssl-dev for https support. Further recommended and optional packages are listed below. |
| − | + | <syntaxhighlight lang="bash"> | |
| − | + | sudo aptitude install graphviz libxml2-utils libopenexr-dev libjasper-dev libenchant-dev \ | |
| − | + | libavahi-common-dev libaspell-dev libasound2-dev libldap2-dev libsasl2-dev \ | |
| − | + | libsmbclient-dev libxkbfile-dev libxcb1-dev libxklavier-dev libxdamage-dev \ | |
| − | + | libxcomposite-dev libbluetooth-dev libusb-dev network-manager-dev \ | |
| − | + | libsensors4-dev libnm-util-dev libcfitsio3-dev libnova-dev libeigen2-dev \ | |
| − | + | libopenbabel-dev libfacile-ocaml-dev libboost-python-dev libsvn-dev libsvncpp-dev \ | |
| − | + | libqt4-dev libqca2-dev libstreamanalyzer-dev libstrigiqtdbusclient-dev \ | |
| − | + | libcommoncpp2-dev libidn11 libidn11-dev libpci-dev libxss-dev libxft-dev \ | |
| − | + | libpolkit-agent-1-dev libpolkit-backend-1-dev libpolkit-gobject-1-dev git libpoppler-qt4-dev \ | |
| − | + | libspectre-dev | |
| − | + | </syntaxhighlight> | |
| − | </ | + | |
| − | + | === 4.5 === | |
| + | <syntaxhighlight lang="bash"> | ||
| + | sudo aptitude install libv4l-dev # for kdenetworks | ||
| + | sudo aptitude install liblcms1-dev # for kdegraphics | ||
| + | </syntaxhighlight> | ||
| − | + | === 4.4 === | |
| − | + | (Nothing extra needed) | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | = | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== kdelibs dependencies == | == kdelibs dependencies == | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== Optional packages === | === Optional packages === | ||
| Line 111: | Line 71: | ||
* libopenexr-dev - image processing library | * libopenexr-dev - image processing library | ||
* libxml2-utils - used to validate generate doc files | * libxml2-utils - used to validate generate doc files | ||
| − | < | + | <syntaxhighlight lang="bash"> |
sudo aptitude install libasound2-dev libaspell-dev \ | sudo aptitude install libasound2-dev libaspell-dev \ | ||
libavahi-common-dev libenchant-dev libjasper-dev libopenexr-dev \ | libavahi-common-dev libenchant-dev libjasper-dev libopenexr-dev \ | ||
libxml2-utils | libxml2-utils | ||
| − | </ | + | </syntaxhighlight> |
== kdepimlibs dependencies == | == kdepimlibs dependencies == | ||
| − | + | There are no additional optional dependencies | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== kdebase dependencies == | == kdebase dependencies == | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
=== kdebase-apps optional === | === kdebase-apps optional === | ||
| Line 149: | Line 87: | ||
* libsmbclient-dev - for samba support in kde4 | * libsmbclient-dev - for samba support in kde4 | ||
| − | < | + | <syntaxhighlight lang="bash"> |
sudo aptitude install libsmbclient-dev libxkbfile-dev libxcb1-dev | sudo aptitude install libsmbclient-dev libxkbfile-dev libxcb1-dev | ||
| − | </ | + | </syntaxhighlight> |
=== kdebase-workspace optional === | === kdebase-workspace optional === | ||
* libsmbclient-dev - for samba support in kde4 | * libsmbclient-dev - for samba support in kde4 | ||
* network-manager-dev - Can be used by solid for network management | * network-manager-dev - Can be used by solid for network management | ||
| − | |||
* libusb-dev - for usb support in solid | * libusb-dev - for usb support in solid | ||
* libbluetooth-dev - for bluetooth support in solid | * libbluetooth-dev - for bluetooth support in solid | ||
* libxcomposite-dev - for compositing support in kwin | * libxcomposite-dev - for compositing support in kwin | ||
* libxdamage-dev - for compositing support in kwin | * libxdamage-dev - for compositing support in kwin | ||
| − | * | + | * libxklavier-dev - virtual keyboard |
* libsensors-dev - Support for hardware sensors (eg, temperature, fans) | * libsensors-dev - Support for hardware sensors (eg, temperature, fans) | ||
* libpam0g-dev - Authentication module | * libpam0g-dev - Authentication module | ||
* libnm-util-dev - needed to build solid with network manager | * libnm-util-dev - needed to build solid with network manager | ||
| − | < | + | <syntaxhighlight lang="bash"> |
| − | sudo aptitude install | + | sudo aptitude install libxklavier-dev libxdamage-dev libxcomposite-dev \ |
libbluetooth-dev libusb-dev libcaptury-dev network-manager-dev \ | libbluetooth-dev libusb-dev libcaptury-dev network-manager-dev \ | ||
libsmbclient-dev libsensors-dev libpam0g-dev libnm-util-dev | libsmbclient-dev libsensors-dev libpam0g-dev libnm-util-dev | ||
| − | </ | + | </syntaxhighlight> |
| + | |||
| + | == kdegraphics == | ||
| + | * libpoppler-qt4-dev - PDF support in Okular | ||
| + | * libspectre-dev - postscript support in Okular | ||
| + | * liblcms1-dev | ||
| + | * libexiv2-dev - to build Gwenview | ||
== kdeedu == | == kdeedu == | ||
| Line 178: | Line 121: | ||
* libreadline-dev - Gives kalgebra a console interface. | * libreadline-dev - Gives kalgebra a console interface. | ||
* libopenbabel-dev - used by kalzium. | * libopenbabel-dev - used by kalzium. | ||
| − | * | + | * libeigen2-dev - used by kalzium. |
* libusb-dev - Provides KStars INDI support. | * libusb-dev - Provides KStars INDI support. | ||
* libcfitsio3-dev - Gives KStars support for FITS images. | * libcfitsio3-dev - Gives KStars support for FITS images. | ||
* libnova-dev - A general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library for KStars. | * libnova-dev - A general purpose, double precision, Celestial Mechanics, Astrometry and Astrodynamics library for KStars. | ||
| − | < | + | <syntaxhighlight lang="bash"> |
| − | sudo aptitude install libusb-dev libcfitsio3-dev libnova-dev | + | sudo aptitude install libusb-dev libcfitsio3-dev libnova-dev libeigen2-dev \ |
libopenbabel-dev libfacile-ocaml-dev libboost-python-dev | libopenbabel-dev libfacile-ocaml-dev libboost-python-dev | ||
| − | </ | + | </syntaxhighlight> |
== koffice == | == koffice == | ||
| Line 198: | Line 141: | ||
== kdevplatform == | == kdevplatform == | ||
| − | * libsvn-dev | + | * libsvn-dev |
| − | * | + | * libboost-serialization-dev |
| − | + | ||
== kdevelop == | == kdevelop == | ||
| − | + | * kdevplatform-dev | |
| − | + | * kdebase-workspace-dev | |
| − | + | ||
| − | + | == Other == | |
| + | To enable XMMS support for the 'Now Playing' plasma data engine in kdebase, you will need to either compile XMMS from source, or install the package from a [http://www.pvv.ntnu.no/~knuta/xmms/ third-party XMMS package repository]. | ||
Contents |
This page details installation of KDE SC 4 build requirements on any recent Kubuntu or Debian system. That is, if you want to build KDE SC 4 Platform, the required (and some strongly recommended) packages are installed with the commands on this page.
For building parts of KDE on Debian using the Debian source packages see Debian the easy way.
Install these for any KDE 4.x release, then add specific packages for point releases as below. Then add any optional packages you like, as described below.
sudo aptitude install build-essential xorg-dev cdbs debhelper cmake \ kdesdk-scripts subversion ssh xserver-xephyr doxygen dbus-x11 \ libxml2-dev libxslt1-dev shared-mime-info libical-dev libgif-dev libssl-dev \ libboost-dev libboost-program-options-dev libboost-graph-dev libgpgme11-dev \ libvlccore-dev libxine-dev libqimageblitz-dev libbz2-dev libdbus-1-dev libpam0g-dev \ libpcre3-dev libkrb5-dev libsm-dev libclucene0ldbl libclucene-dev \ libxtst-dev xsltproc libxrender-dev libfontconfig1-dev automoc librdf0-dev \ libdbusmenu-qt-dev docbook-xsl docbook-xml libattica-dev libqtwebkit-dev \ shared-desktop-ontologies libphonon-dev libqt4-dev dbus-x11 \ libstreamanalyzer-dev libstrigiqtdbusclient-dev libxml2-dev libxslt1-dev \ librdf0-dev libjasper-dev libopenexr-dev libacl1-dev libsasl2-dev
This (along with the command for 4.x above) installs all compilation requirements for kde 4.10. Some additional packages may be required for 4.10. See the sections below for other packages to install.
sudo aptitude install libx11-xcb-dev libxcb-composite0-dev libxcb-damage0-dev \ libxcb-xfixes0-dev libxcb-randr0-dev libxcb-shape0-dev libxcb-sync0-dev \ libxcb-image0-dev libxcb-render-util0-dev libqjson-dev virtuouso-minimal \ libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev \ libswscale-dev libpostproc-dev libtag1-dev libgstreamer0.10-dev \ libgstreamer-plugins-base0.10-dev
This (along with the command for 4.x above) installs all compilation requirements for kde4 (with the exception of qt4) and some strongly recommended packages such as libssl-dev for https support. Further recommended and optional packages are listed below.
sudo aptitude install graphviz libxml2-utils libopenexr-dev libjasper-dev libenchant-dev \ libavahi-common-dev libaspell-dev libasound2-dev libldap2-dev libsasl2-dev \ libsmbclient-dev libxkbfile-dev libxcb1-dev libxklavier-dev libxdamage-dev \ libxcomposite-dev libbluetooth-dev libusb-dev network-manager-dev \ libsensors4-dev libnm-util-dev libcfitsio3-dev libnova-dev libeigen2-dev \ libopenbabel-dev libfacile-ocaml-dev libboost-python-dev libsvn-dev libsvncpp-dev \ libqt4-dev libqca2-dev libstreamanalyzer-dev libstrigiqtdbusclient-dev \ libcommoncpp2-dev libidn11 libidn11-dev libpci-dev libxss-dev libxft-dev \ libpolkit-agent-1-dev libpolkit-backend-1-dev libpolkit-gobject-1-dev git libpoppler-qt4-dev \ libspectre-dev
sudo aptitude install libv4l-dev # for kdenetworks sudo aptitude install liblcms1-dev # for kdegraphics
(Nothing extra needed)
sudo aptitude install libasound2-dev libaspell-dev \ libavahi-common-dev libenchant-dev libjasper-dev libopenexr-dev \ libxml2-utils
There are no additional optional dependencies
sudo aptitude install libsmbclient-dev libxkbfile-dev libxcb1-dev
sudo aptitude install libxklavier-dev libxdamage-dev libxcomposite-dev \ libbluetooth-dev libusb-dev libcaptury-dev network-manager-dev \ libsmbclient-dev libsensors-dev libpam0g-dev libnm-util-dev
The following packages are recommended if you intend to use kstars:
sudo aptitude install libusb-dev libcfitsio3-dev libnova-dev libeigen2-dev \ libopenbabel-dev libfacile-ocaml-dev libboost-python-dev
To enable XMMS support for the 'Now Playing' plasma data engine in kdebase, you will need to either compile XMMS from source, or install the package from a third-party XMMS package repository.