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

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