Update compilation instructions throughout our docs
related to https://github.com/i3/i3/issues/4086
This commit is contained in:
committed by
Michael Stapelberg
parent
e9610b84f6
commit
8c0077c058
@ -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
|
||||
|
Reference in New Issue
Block a user