forked from Kistler-Group/sdbus-cpp
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
|