(Added package 'patch'. Is not installed by default, at least not in 2008.0 and it is necessary for applying patches (e.g. compiling Qt).) |
(Made it easier for 64-bit users) |
||
| Line 19: | Line 19: | ||
</code> | </code> | ||
| − | If you're running 64-bit environment you should | + | If you're running a 64-bit environment you should install these packages with: |
| + | <code bash> | ||
| + | urpmi gcc-c++ cmake lib64xml2-devel lib64bzip2_1-devel \ | ||
| + | lib64clucene-devel lib64lrdf2-devel lib64mesagl1-devel \ | ||
| + | subversion doxygen lib64dbus-1-devel lib64openssl0.9.8-devel \ | ||
| + | lib64alsa2-devel lib64gpgme-devel lib64boost-devel lib64xine-devel \ | ||
| + | lib64gift-devel lib64ungif4-devel lib64cppunit-devel lib64xslt-devel \ | ||
| + | lib64aspell15-devel lib64xcb1-devel patch | ||
| + | </code> | ||
| + | |||
| + | And for additional features: | ||
| + | <code bash> | ||
| + | urpmi lib64usb-devel lib64bluez-devel lib64OpenEXR-devel lib64xklavier-devel \ | ||
| + | lib64lm_sensors3-devel | ||
| + | </code> | ||
If you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mandriva Linux Control Center. | If you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mandriva Linux Control Center. | ||
This includes installation of CMake, DBus, so you can proceed to [[Getting_Started/Build/KDE4#|compiling qt]]. | This includes installation of CMake, DBus, so you can proceed to [[Getting_Started/Build/KDE4#|compiling qt]]. | ||
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
In Mandriva the build dependencies you need are installed with:
urpmi gcc-c++ cmake libxml2-devel libbzip2_1-devel \
libclucene0-devel liblrdf2-devel libmesagl1-devel \
subversion doxygen libdbus-1_3-devel libopenssl0.9.8-devel \
libalsa2-devel libgpgme-devel libboost1-devel libxine-devel \
libgift0-devel libungif4-devel libcppunit-devel libxslt-devel \
libaspell15-devel libxcb1-devel patch
You may want to add some optional packages to enable compilation of additional features:
urpmi libusb-devel libbluez-devel OpenEXR-devel libxklavier-devel \
liblm_sensors3-devel
If you're running a 64-bit environment you should install these packages with:
urpmi gcc-c++ cmake lib64xml2-devel lib64bzip2_1-devel \
lib64clucene-devel lib64lrdf2-devel lib64mesagl1-devel \
subversion doxygen lib64dbus-1-devel lib64openssl0.9.8-devel \
lib64alsa2-devel lib64gpgme-devel lib64boost-devel lib64xine-devel \
lib64gift-devel lib64ungif4-devel lib64cppunit-devel lib64xslt-devel \
lib64aspell15-devel lib64xcb1-devel patch
And for additional features:
urpmi lib64usb-devel lib64bluez-devel lib64OpenEXR-devel lib64xklavier-devel \
lib64lm_sensors3-devel
If you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mandriva Linux Control Center.
This includes installation of CMake, DBus, so you can proceed to compiling qt.