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