mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
README.cmake: Fix doc for building on linux
Remove -G flag and let user use the default generator.
This commit is contained in:
parent
015ecf15dd
commit
2a21c7f006
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ Linux
|
|||
4. mkdir dbus-build
|
||||
5. cd dbus-build
|
||||
6. run
|
||||
cmake -G "<for available targets, see cmake --help for a list>" [<options, see below>] <dbus-src-root>
|
||||
cmake [<options, see below>] <dbus-src-root>
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue