diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-13 12:30:35 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-06-13 12:30:35 +1000 |
commit | bb5db8dbcaad7d0bf125fe548fc7a486e69e67c3 (patch) | |
tree | 2ab7e42f200c5054cbd862cc6d3b34d33d6e8903 /doc | |
parent | 44b9dca9d5887015423db6457aefab7646b6280e (diff) |
doc: update building notes with the bug to ninja vs ninja-build on Fedora
Up-to-date Fedora doesn't need to use ninja-build anymore
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/building.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/building.dox b/doc/building.dox index 0efc084..0deed13 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -35,8 +35,8 @@ $> ninja -C builddir $> sudo ninja -C builddir/ install @endcode -@note On Fedora, use ```ninja-build``` instead of ```ninja```. We recommend -setting up a shell alias. +@note On Fedora, you may need to use ```ninja-build``` instead of +```ninja```. See [this bug](https://bugzilla.redhat.com/show_bug.cgi?id=1166135) @subsection building_autotools Building with automake |