HI,
Do any one provide me details on which packages or libraries do we have, to get Qt SDK installation?
like GCC,GPP ...
Thanx in advance...
Printable View
HI,
Do any one provide me details on which packages or libraries do we have, to get Qt SDK installation?
like GCC,GPP ...
Thanx in advance...
See here: http://doc.trolltech.com/4.7/requirements-x11.html. More is not needed to install Qt SDK. Even gcc is not needed. You only need it to build applications afterwards. On (K)Ubuntu there is a package called build-essentials which provides all needed tools to build programms.
thnk you lykurg..
.Quote:
Even gcc is not needed. You only need it to build applications afterwards
Could you also provide me what packages required for building applications?
actually my problem is, i was trying to install Qt SDK on RHEL 5 client.. it was successful but when i try to build any application , it is saying that G++ is not available and few missing.
thnks in advance.
For RHEL it should be something likeI guess. Never worked with RH.Quote:
yum install gcc gcc-c++ autoconf automake