From 5dd839332a07096af1c32028bc11db64217a5985 Mon Sep 17 00:00:00 2001 From: Clemens Manert Date: Sat, 20 Nov 2021 00:52:55 +0100 Subject: [PATCH] Add debian packages --- doc/tutorials/03-writing-your-first-application.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: