mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-05 01:58:06 +00:00
docs: add missing packages on ubuntu/debian
Some checks are pending
(CI) lsfg-vk / build (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (23.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (24.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (25.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-ui (push) Waiting to run
Some checks are pending
(CI) lsfg-vk / build (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (23.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (24.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-extensions (25.08) (push) Waiting to run
(CI/Flatpak) lsfg-vk / flatpak-ui (push) Waiting to run
looks like 22.04 does not have these two packages in their dependeny tree..
This commit is contained in:
parent
9943153918
commit
f8b75d85d2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ This will extract lsfg-vk to `~/.local`. Please **keep track of the files that w
|
|||
|
||||
4. The graphical interface requires Qt6 and Qt6 Quick in order to run. If you do not have these installed, install the following packages:
|
||||
```bash
|
||||
sudo apt install qt6-qpa-plugins libqt6quick6 qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtquick-dialogs # On Debian/Ubuntu-based systems
|
||||
sudo apt install qt6-qpa-plugins libqt6quick6 qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window qml6-module-qtquick-dialogs qml6-module-qtqml-workerscript qml6-module-qtquick-templates # On Debian/Ubuntu-based systems
|
||||
sudo pacman -S qt6-declarative qt6-base # On Arch-based systems
|
||||
sudo dnf install qt6-qtdeclarative qt6-qtbase # On Fedora
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue