mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-01-25 07:12:17 +01:00
9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
Building:
|
|
$ mkdir build
|
|
$ cd build
|
|
$ cmake .. -DCMAKE_BUILD_TYPE=Release ${OTHER_CONFIG_FLAGS}
|
|
$ make
|
|
|
|
Installing:
|
|
$ sudo make install
|