Add Gtk4 info to INSTALL.md

This commit is contained in:
Geoffrey D. Bennett
2023-12-01 01:27:20 +10:30
parent 1d844bfa1c
commit 68fb1c3655

View File

@@ -2,8 +2,11 @@
## Prerequisites ## Prerequisites
Linux Kernel with the ALSA Scarlett2 Protocol Driver. Use `uname -r` ### Linux Kernel
to check what kernel version you are running.
You need to be running a Linux Kernel that has the ALSA Scarlett2
Protocol Driver. Use `uname -r` to check what kernel version you are
running.
- Use at least version 5.14 for Scarlett Gen 3 support and bug fixes - Use at least version 5.14 for Scarlett Gen 3 support and bug fixes
for the Gen 2 support. for the Gen 2 support.
@@ -16,6 +19,11 @@ for your current kernel:
https://github.com/geoffreybennett/scarlett-gen2/releases/tag/v6.5.11c1 https://github.com/geoffreybennett/scarlett-gen2/releases/tag/v6.5.11c1
### Gtk4
You need a Linux distribution with Gtk4 development libraries. If it
doesn't have them natively, try the Flatpak instructions below.
## Enabling the Driver ## Enabling the Driver
As of Linux 6.7 the driver is enabled by default and you can skip this As of Linux 6.7 the driver is enabled by default and you can skip this