mkdir -p build
(cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -DDESTDIR= .. && make)
CMake Error at /usr/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/xxxx/git/liblunispim/build/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:12:lunispim] 错误 1
mkdir -p build
(cd build; cmake -DCMAKE_INSTALL_PREFIX=/usr -DDESTDIR= .. && make)
CMake Error at /usr/share/cmake-3.13/Modules/FindBoost.cmake:2100 (message):
Unable to find the requested Boost libraries.
Unable to find the Boost header files. Please set BOOST_ROOT to the root
directory containing Boost or BOOST_INCLUDEDIR to the directory containing
Boost's headers.
Call Stack (most recent call first):
CMakeLists.txt:6 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/xxxx/git/liblunispim/build/CMakeFiles/CMakeOutput.log".
make: *** [Makefile:12:lunispim] 错误 1