Update compilation instructions throughout our docs

related to https://github.com/i3/i3/issues/4086
This commit is contained in:
Michael Stapelberg
2020-11-15 16:11:15 +01:00
committed by Michael Stapelberg
parent e9610b84f6
commit 8c0077c058
3 changed files with 17 additions and 19 deletions

View File

@ -23,8 +23,10 @@ outdated information.
== Building i3
You can build i3 like you build any other software package which uses meson.
Heres a memory refresher:
You can build i3 like you build any other software package which uses
https://mesonbuild.com/[The Meson Build system]; see
https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project[Quickstart
Guide → Compiling a Meson project]. In case youre unfamiliar:
$ mkdir -p build && cd build
$ meson ..