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

View File

@ -120,13 +120,11 @@ tests are run under Xvfb.
---------------------------------------
$ cd ~/i3
$ autoreconf -fi
$ mkdir -p build && cd build
$ ../configure
$ meson ..
$ make -j8
$ ninja
# output omitted because it is very long
$ cd testcases
@ -183,13 +181,11 @@ You can still use ./testcases/complete-run.pl to get the interactive progress ou
---------------------------------------
$ cd ~/i3
$ autoreconf -fi
$ mkdir -p build && cd build
$ ../configure
$ meson ..
$ make -j8
$ ninja
# output omitted because it is very long
$ make check