From ccc26d0bf8573097c2a9994b16c665dfc864a6da Mon Sep 17 00:00:00 2001 From: Clemens Manert Date: Mon, 22 Nov 2021 15:51:05 +0100 Subject: [PATCH] Tutorial debian packages (#149) * Add debian packages * Add debian packages --- README.md | 4 ++++ doc/tutorials/03-writing-your-first-application.asciidoc | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 691c0ed8..12a20864 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ It might support all versions Qt >= 5.6, but you can rely on: - current long term supported ( LTS ) version of Qt - current version of Qt +On debian bullseye these packages need to be installed: `build-essential +qt-qmake qtbase5-dev qtbase5-private-dev qtdeclarative5-dev +qtdeclarative5-private-dev libqt5svg5-dev`. + If you want to know more about QSkinny - or even like to give it a specific direction - please contact support@qskinny.org. diff --git a/doc/tutorials/03-writing-your-first-application.asciidoc b/doc/tutorials/03-writing-your-first-application.asciidoc index d59b3363..b912e892 100644 --- a/doc/tutorials/03-writing-your-first-application.asciidoc +++ b/doc/tutorials/03-writing-your-first-application.asciidoc @@ -12,7 +12,9 @@ layout: docs In this chapter we will write a simple QSkinny application on Linux from scratch. As a prerequisite, a recent Qt version (>= 5.6) should be available and the directory of -its `qmake` binary in the current `$PATH`. +its `qmake` binary in the current `$PATH`. On debian bullseye we need to install +these packages `build-essential qt-qmake qtbase5-dev qtbase5-private-dev +qtdeclarative5-dev qtdeclarative5-private-dev libqt5svg5-dev`. Then we can build and install QSkinny to `/opt/qskinny` with the following commands: