update README to list libgtk-4-dev
Stefan Schuermans

Stefan Schuermans commited on 2026-03-03 19:59:39
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -32,10 +32,10 @@ apt-get install -y build-essential cmake gcc \
32 32
 For the graphical user interface, install the additional dependencies:
33 33
 
34 34
 ```
35
-apt-get install -y glade libglib2.0-dev libgtk-3-dev python3-gi
35
+apt-get install -y glade libglib2.0-dev libgtk-4-dev python3-gi
36 36
 ```
37 37
 
38
-Change to the directory of this `REAMDE.md` file.
38
+Change to the directory of this `README.md` file.
39 39
 
40 40
 Configure a build directory:
41 41
 
42 42