Update install instructions
This commit is contained in:
parent
b8f4ea365c
commit
8a86a99413
@ -24,9 +24,9 @@ any FreeDesktop.Org compatible system using:
|
|||||||
# Either via pip:
|
# Either via pip:
|
||||||
pip3 install meson
|
pip3 install meson
|
||||||
# Or, if you need to build the .deb:
|
# Or, if you need to build the .deb:
|
||||||
sudo add-apt-repository ppa:jonathonf/meson
|
sudo apt install meson ninja-build
|
||||||
sudo apt update
|
# You might also need some of these dependencies to successfully build the app:
|
||||||
sudo apt install meson
|
sudo apt install build-essential valac libgtk-3-dev libgtksourceview-3.0-dev
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
meson build && cd build
|
meson build && cd build
|
||||||
|
Loading…
Reference in New Issue
Block a user