mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-06-25 01:21:34 +02: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
|