--- liblscp/trunk/README 2021/11/24 21:26:39 4003 +++ liblscp/trunk/README 2021/12/05 12:36:24 4004 @@ -13,12 +13,12 @@ Unpack the tarball and in the extracted source directory: - cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build -S . - make -C build + cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build + cmake --build build [--parallel ] -and optionally as root: +and optionally, as root: - sudo make -C build install + sudo cmake --install build See also the README.cmake file in the source distribution.