Выдает такое:
$cmake . -DCMAKE_BUILD_TYPE=release
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1197 (message):
Unable to find the requested Boost libraries.
Boost version: 1.46.1
Boost include path: /usr/include
The following Boost libraries could not be found:
boost_system
boost_filesystem
boost_regex
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
CMakeLists.txt:20 (find_package)
CMake Error at src/cmake/Findext2fs.cmake:17 (MESSAGE):
Could not find ext2fs
Call Stack (most recent call first):
src/CMakeLists.txt:79 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!