Install Qt 5 on openSUSE
Jump to navigation
Jump to search
En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh
This article describes the installation of Qt 5.4.1 on openSUSE 13.2.
- Download the latest unified Qt linux installer: wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
- Make the downloaded file executable: chmod +x qt-unified-linux-x64-online.run
- Become superuser: su (password)
- Install gcc, make and friends: zypper install --type pattern devel_basis
- Install Qt: ./qt-unified-linux-x64-online.run
- Follow the graphical setup