From 68fb1c36552793f949e1711898e905cb6727608d Mon Sep 17 00:00:00 2001 From: "Geoffrey D. Bennett" Date: Fri, 1 Dec 2023 01:27:20 +1030 Subject: [PATCH] Add Gtk4 info to INSTALL.md --- INSTALL.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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