Jump to content

Basic Requirements Help

From Qt Wiki
Revision as of 22:09, 25 March 2016 by Wieland (talk | contribs) (Added Linux section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article shows how to install the basic requirements for application development with Qt. Just choose your host platform from the list.

Linux

Check out Qt for Linux/X11 to see if the official documentation has more recent information.

CentOS

sudo yum groupinstall "C Development Tools and Libraries"
sudo yum install mesa-libGL-devel

Debian

sudo apt-get install build-essential libgl1-mesa-dev

Fedora

sudo yum groupinstall "C Development Tools and Libraries"
sudo yum install mesa-libGL-devel

openSUSE

sudo zypper install -t pattern devel_basis

RHEL

sudo yum groupinstall "C Development Tools and Libraries"
sudo yum install mesa-libGL-devel

Ubuntu

sudo apt-get install build-essential libgl1-mesa-dev