(Undo revision 38186 by 201.137.127.233 (Talk)) |
|||
| Line 1: | Line 1: | ||
{{Template:I18n/Language Navigation Bar|Getting_Started/Build/KDE4/Mandriva}} | {{Template:I18n/Language Navigation Bar|Getting_Started/Build/KDE4/Mandriva}} | ||
| − | + | In Mandriva the build dependencies you need are installed with: | |
<code bash> | <code bash> | ||
| Line 10: | Line 10: | ||
</code> | </code> | ||
| − | + | You may want to add some optional packages to enable compilation of | |
| + | additional features: | ||
<code bash> | <code bash> | ||
| Line 16: | Line 17: | ||
liblm_sensors3-devel libmysql-devel libxslt-proc mysql | liblm_sensors3-devel libmysql-devel libxslt-proc mysql | ||
</code> | </code> | ||
| − | + | ||
| + | If you're running a 64-bit environment you should install these packages with: | ||
<code bash> | <code bash> | ||
urpmi gcc-c++ make cmake lib64xml2-devel lib64bzip2_1-devel \ | urpmi gcc-c++ make cmake lib64xml2-devel lib64bzip2_1-devel \ | ||
| Line 26: | Line 28: | ||
</code> | </code> | ||
| − | + | And for additional features: | |
<code bash> | <code bash> | ||
urpmi lib64usb-devel lib64bluez-devel lib64OpenEXR-devel lib64xklavier-devel \ | urpmi lib64usb-devel lib64bluez-devel lib64OpenEXR-devel lib64xklavier-devel \ | ||
| Line 32: | Line 34: | ||
</code> | </code> | ||
| − | + | 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]]. | ||
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++ make cmake libxml2-devel libbzip2_1-devel libclucene-devel\
liblrdf2-devel libmesagl1-devel subversion doxygen libdbus-devel \
libopenssl0.9.8-devel libalsa2-devel libgpgme-devel libboost-devel \
libxine-devel libgift-devel libungif-devel libcppunit-devel libxslt-devel\
libaspell-devel libxcb-devel patch libpng-devel libjpeg62-devel
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 libmysql-devel libxslt-proc mysql
If you're running a 64-bit environment you should install these packages with:
urpmi gcc-c++ make 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.