Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
libinput
libinput
Commits
dbd484f8
Commit
dbd484f8
authored
Jul 31, 2018
by
Peter Hutterer
Browse files
doc/user: mesonconf is meson configure
Listed in
#96
Signed-off-by:
Peter Hutterer
<
peter.hutterer@who-t.net
>
parent
326b2e32
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/user/building.rst
View file @
dbd484f8
...
...
@@ -55,16 +55,16 @@ We recommend that users disable the documentation, it's not usually required
for testing and reduces the number of dependencies needed.
The ``prefix`` or other options can be changed later with the
``mesonconf`` command. For example:
``meson
conf
igure
`` command. For example:
::
$> mesonconf builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true
$> meson
conf
igure
builddir/ -Dprefix=/some/other/prefix -Ddocumentation=true
$> ninja -C builddir
$> sudo ninja -C builddir/ install
Running ``mesonconf builddir/`` with no other arguments lists all
Running ``meson
conf
igure
builddir/`` with no other arguments lists all
configurable options meson provides.
To rebuild from scratch, simply remove the build directory and run meson
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment