Qt for Linux/X11

Qt 对不同 Linux 平台的支持是广泛且成熟的。

要下载并安装 Qt for Linux,遵循的操作指南在 Qt 快速入门 页面。

支持的配置

支持下列配置。

分发 体系结构 编译器 注意事项
openSUSE 42.3 x86_64 GCC 4.8, GCC 7 , ICC
Red Hat Enterprise Linux 7.4 x86_64 GCC 5.3.1 devtoolset-4
Ubuntu 18.04 x86_64 由 Canonical 提供的 GCC, GCC 7.3.0
Ubuntu 16.04 x86_64 由 Canonical 提供的 GCC, GCC 5.4.0
一般 Linux x86 and x86_64 GCC 4.8, GCC 4.9, GCC 5, GCC 6, GCC 7

对开发主机的要求

The Qt installers for Linux assume that a C++ compiler, debugger, make, and other development tools are provided by the host operating system. In addition, building graphical Qt applications requires OpenGL libraries and headers installed. Most Linux distributions do not install all of these by default, but setting up a development environment is still straightforward.

Use the following commands to install the basic requirements for building Qt applications:

Debian/Ubuntu (apt-get)

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

Fedora/RHEL/CentOS (yum)

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

openSUSE (zypper)

sudo zypper install -t pattern devel_basis
					

从源代码构建 Qt 5

You can also build Qt 5 from the source package and configure it according to your target platform. The source packages are obtained from http://www.qt.io/download/ .

Below, you will find more information about building Qt from source.

部署和其它问题

以下页面涵盖创建 Linux/X11 应用程序的特定问题和推荐。

从这里开始

我们邀您探索 Qt 的其余部分。我们准备的概述帮助您决定要使用哪些 API,示例演示如何使用 API。

Qt 振奋且活跃的社区站点, http://qt.io 包含 Wiki、论坛及其它学习指南和演示文稿。