编译 librime 报错
% cmake ..
CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1200 (message):
Unable to find the requested Boost libraries.
Boost version: 1.48.0
Boost include path: /usr/include
The following Boost libraries could not be found:
boost_filesystem
boost_regex
boost_signals
boost_system
boost_thread
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:28 (find_package)
-- Found yaml-cpp: /usr/lib64/libyaml-cpp.so
-- Found kyotocabinet: /usr/lib64/libkyotocabinet.so
-- Found opencc: /usr/lib64/libopencc.so
-- Found X11/keysym.h at /usr/include
-- Configuring incomplete, errors occurred!
%
有没有什么办法?另外,有人愿意推入源么?