Install Qt 5 on openSUSE

From Qt Wiki
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.

  1. Download the latest unified Qt linux installer: wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
  2. Make the downloaded file executable: chmod +x qt-unified-linux-x64-online.run
  3. Become superuser: su (password)
  4. Install gcc, make and friends: zypper install --type pattern devel_basis
  5. Install Qt: ./qt-unified-linux-x64-online.run
  6. Follow the graphical setup