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