Wednesday, March 18, 2009

Install Qt 4.5 SDK

openSUSE 11.1 supports KDE 3.5 and 4.1. I choose KDE 4.1 as my desktop environment, so Qt 4.4 is already installed.
>rpm -q libqt4
libqt4-4.4.3-4.8.2

I planned to install another Qt - that is Qt 4.5. This version of Qt has dual licenses (commercial/LGPL), and two package types(SDK/libraries only). I download Qt 4.5 SDK (LGPL) from here, and launch GUI installer at root-user.
#./qt-sdk-linux-x86_64-opensource-2009.01.bin

I operate installation wizard with default values(installation root; /opt/qtsdk-2009.01). Qt 4.5 SDK contains sources, libraries(on /opt/qtsdk-2009.01/qt), and some GUI tools(on /opt/qtsdk-2009.01/bin).

No comments:

Post a Comment