LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to install qt environment in centos 6.3 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-qt-environment-in-centos-6-3-a-4175419543/)

dszsy1990 07-31-2012 07:38 AM

how to install qt environment in centos 6.3
 
Hello, I am poor in English . I wanna ask " How can I install qt-environment in centos 6.3 ? " THX....

DavidMcCann 07-31-2012 11:41 AM

In a terminal enter
su -c "yum install qt"

John VV 07-31-2012 04:24 PM

do you need ONLY qt4 ?
or
the KDE desktop
Code:

su -
yum search qt
--- you will get a LONG list ----
--- install qt4 and it's "devel"
yum install qt qt-devel

if the desktop
use groupinstall
Code:

su -
yum grouplist
--- then from that long list install it
-- double check MY spelling ----
yum groupinstall "KDE Desktop Environment"


dszsy1990 10-03-2012 06:40 AM

thank you ...


All times are GMT -5. The time now is 04:11 AM.