diff --git a/INSTALL.md b/INSTALL.md index a11d999..06ca562 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,8 +2,11 @@ ## Prerequisites -Linux Kernel with the ALSA Scarlett2 Protocol Driver. Use `uname -r` -to check what kernel version you are running. +### Linux Kernel + +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 for the Gen 2 support. @@ -16,6 +19,11 @@ for your current kernel: 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 As of Linux 6.7 the driver is enabled by default and you can skip this