GitBook: No commit message

This commit is contained in:
CPol 2021-10-10 15:18:08 +00:00 committed by gitbook-bot
parent 5f9b5815ea
commit 0827f4f909
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -300,7 +300,7 @@ _Note that in `htb.oouch.Block.Block`, the first part (`htb.oouch.Block`) refere
{% code title="d-bus_server.c" %}
```c
//gcc d-bus_server.c -o dbus_server pkg-config --cflags --libs libsystemd
//gcc d-bus_server.c -o dbus_server `pkg-config --cflags --libs libsystemd`
//sudo apt install pkgconf
//sudo apt install build-essential