Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Building Qt Creator from Git: Difference between revisions
(added ubuntu 22.04 page) |
(Added section about building on Fedora 38) |
||
Line 21: | Line 21: | ||
Follow the [https://github.com/qt-creator/qt-creator/blob/master/README.md#compiling-qt-creator Compiling Qt Creator] section in [https://github.com/qt-creator/qt-creator/blob/master/README.md README.md]. You can find the file also in the local qt-creator directory. | Follow the [https://github.com/qt-creator/qt-creator/blob/master/README.md#compiling-qt-creator Compiling Qt Creator] section in [https://github.com/qt-creator/qt-creator/blob/master/README.md README.md]. You can find the file also in the local qt-creator directory. | ||
== Ubuntu Linux 22.04 == | ==Ubuntu Linux 22.04== | ||
For building Qt Creator from Git on Ubuntu 22.04 have a look at the following [[Building Qt Creator from Git on Ubuntu 22.04|page]]. | For building Qt Creator from Git on Ubuntu 22.04 have a look at the following [[Building Qt Creator from Git on Ubuntu 22.04|page]]. | ||
==Fedora 38== | |||
For building Qt Creator from Git on Fedora 38 have a look at the following [[Building Qt Creator from Git on Fedora 38|page]]. |
Latest revision as of 10:14, 8 August 2023
Getting the source code
Qt Creator is open source. The arguably most convenient way to get the Qt Creator sources is with Git.
To get Qt Creator source code from git, you need first to install a git client.
If you have the git command client installed, you can then check out the sources from a terminal:
git clone --recursive https://code.qt.io/qt-creator/qt-creator.git
This will check out the latest development version of Qt Creator in a qt-creator directory. If you are interested in using other branches of the Qt Creator repository, please see the Qt Creator section at Branch Guidelines.
Building Qt Creator
Follow the Compiling Qt Creator section in README.md. You can find the file also in the local qt-creator directory.
Ubuntu Linux 22.04
For building Qt Creator from Git on Ubuntu 22.04 have a look at the following page.
Fedora 38
For building Qt Creator from Git on Fedora 38 have a look at the following page.