Skip to content

Commit

Permalink
update docs to include reference to required Qt6 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kavon authored and uwerat committed Jan 10, 2024
1 parent 92e08ed commit ddc11b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/tutorials/03-writing-your-first-application.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ layout: docs
In this chapter we will write a simple QSkinny application on Linux from scratch.
As a prerequisite, a recent Qt version (>= 5.15) should be available. On debian bullseye we need to install
these packages `build-essential cmake qtbase5-dev qtbase5-private-dev qtdeclarative5-dev qtdeclarative5-private-dev libqt5svg5-dev`.
For Qt6 you need the corresponding packages.
On Debian these packages need to be installed for Qt6: `build-essential cmake
qtbase6-dev qtbase6-private-dev qtdeclarative6-dev qtdeclarative6-private-dev libqt6svg-dev qt6-shadertools`.

Then we can build and install QSkinny to `/opt/qskinny` with the following commands:

Expand Down

0 comments on commit ddc11b3

Please sign in to comment.