mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
README.md: Replace qt5-default build-dep with qtbase5-dev (#2649)
Package qt5-default is not available in newer deb-based Linux distributions. Users are encouraged to use qtbase5-dev instead. closes: #2635
This commit is contained in:
@@ -418,7 +418,7 @@ Also you can open and build/debug the project in a C++ IDE. For example, in Qt C
|
||||
|
||||
```shell
|
||||
# Compile-time
|
||||
apt install g++ cmake build-essential qt5-default qttools5-dev-tools libqt5svg5-dev qttools5-dev
|
||||
apt install g++ cmake build-essential qtbase5-dev qttools5-dev-tools libqt5svg5-dev qttools5-dev
|
||||
|
||||
# Run-time
|
||||
apt install libqt5dbus5 libqt5network5 libqt5core5a libqt5widgets5 libqt5gui5 libqt5svg5
|
||||
|
||||
Reference in New Issue
Block a user