mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2026-01-29 17:52:37 +01:00
* Switch from autotools to CMake * CMake: require at least cmake 3.8 * cmake: updates for tests
9 lines
128 B
Plaintext
9 lines
128 B
Plaintext
Building:
|
|
$ mkdir build
|
|
$ cd build
|
|
$ cmake .. ${CONFIGURE_FLAGS_IF_NECESSARY}
|
|
$ make
|
|
|
|
Installing:
|
|
$ sudo make install
|