mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Add note on missing qt5-default
in latest Debian dists (#3106)
This commit is contained in:
parent
baeffba7d1
commit
9b093d6f4c
@ -63,6 +63,9 @@ On Debian-based Linux distributions, all of these essential packages can be inst
|
||||
|
||||
sudo apt install build-essential cmake meson libzip-dev zlib1g-dev qt5-default libqt5svg5-dev qttools5-dev qttools5-dev-tools
|
||||
|
||||
.. note::
|
||||
On Debian 11 (bullseye) and higher or Ubuntu 22.04 (Jammy) and higher, replace ``qt5-default`` above with ``qtbase5-dev``.
|
||||
|
||||
Depending on your configuration you'll might also need the following:
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user