Changes between Version 81 and Version 82 of WikiStart
- Timestamp:
- Jul 24, 2012, 9:46:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v81 v82 50 50 ||'''yum install qt4-devel-kit''' ||Installs the complete Qt development environment for compiling Qt applications from sources 51 51 52 Note that the first two commands are not normally needed -- if you install a Qt application from the RPM repository, it will install all required Qt runtime variants automatically. These commands are only necessary if you have a Qt application distributed as a ZIP archive. 52 Note that the first two commands are not normally needed -- if you install a Qt application from the RPM repository, it will install all required Qt runtime variants automatically. These commands are only necessary if you have a Qt application distributed as a ZIP archive. If such an application doesn't work after you install the '''libqt4''' package, then it may need to install some other Qt4 package that contains the required component of the Qt4 framework. In order to see all Qt4 packages available in the RPM repository and their short descriptions, execute the following command: 53 {{{ 54 yum search qt4 55 }}} 53 56 54 57 ---------------