From 8a86a994134a700e1c0172feb75a08e7d63ca014 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 16 Sep 2024 21:42:15 -0400 Subject: [PATCH] Update install instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97e561e..5e3e827 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ any FreeDesktop.Org compatible system using: # Either via pip: pip3 install meson # Or, if you need to build the .deb: -sudo add-apt-repository ppa:jonathonf/meson -sudo apt update -sudo apt install meson +sudo apt install meson ninja-build +# You might also need some of these dependencies to successfully build the app: +sudo apt install build-essential valac libgtk-3-dev libgtksourceview-3.0-dev # Build meson build && cd build