Update install instructions

This commit is contained in:
Matt Baer 2024-09-16 21:42:15 -04:00
parent b8f4ea365c
commit 8a86a99413

View File

@ -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