From 1afa1b1565c09b73fa125c17455120b6b59f40d7 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Tue, 7 Mar 2023 09:47:36 +0200 Subject: Add QtCreator repository details for Debian documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Initial QtCreator Debian repositories exist now for amd64 and arm64. Add corresponding entries in the Debian repository tables. Rephrase the details about the distribution in general. E.g. the QtCreator packages are built on RHEL but are compatible with 20.04. Change-Id: I410eb2cdb57c3d1b75f0389315bd7df5f7df6327 Reviewed-by: Eike Ziller Reviewed-by: Topi Reiniƶ (cherry picked from commit b70ae118c77c352ad2506d50590b36a7643f8832) Reviewed-by: Qt Cherry-pick Bot --- doc/src/platforms/debian-packages.qdoc | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/doc/src/platforms/debian-packages.qdoc b/doc/src/platforms/debian-packages.qdoc index f17c726b..32be72fd 100644 --- a/doc/src/platforms/debian-packages.qdoc +++ b/doc/src/platforms/debian-packages.qdoc @@ -169,14 +169,37 @@ \e{/etc/apt/sources.list.d/tqtc.list} as instructed above. Also, the following tables list the installation directories on your - system and the Linux distribution used to build the packages. + system and the Linux distribution compatible with the packages. + + \note The packages may work on other distributions as well but there is no + guarantee on that. + + \section2 Qt Creator + + \table + \header + \li Architecture + \li Distribution + \li Installation directory + \li Package resource list entries for APT + \row + \li amd64 + \li focal-fossa (Ubuntu 20.04) + \li /opt/qt-creator/ + \li deb [arch=amd64 signed-by=] https://debian-packages.qt.io/debian/enterprise/qtcreator-amd64 tqtc-focal main + \row + \li arm64 + \li focal-fossa (Ubuntu 20.04) + \li /opt/qt-creator/ + \li deb [arch=arm64 signed-by=] https://debian-packages.qt.io/debian/enterprise/qtqtcreator-arm64 tqtc-focal main + \endtable \section2 Qt 6.3.2 \table \header \li Architecture - \li Distribution (build platform) + \li Distribution \li Installation directory \li Package resource list entries for APT \row -- cgit v1.2.1