我正在尝试构建隐藏马尔可夫模型的 C++ 实现 - 从
http://www.cs.au.dk/~asand/?page_id=152
我正在使用 g++ 4.6 编译器在 ubuntu 12.04 上编译它。
按照网页上提到的说明,输入
cmake .
我收到以下错误,
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Error at CMakeLists.txt:101 (message):
The Boost C++ libraries was not found. Get Boost from
http://www.boost.org/ or set the environment variable BOOST_ROOT to point
to the root of boost directory.
有人可以帮我解决这些问题。
我的 boost 文件夹位于
/usr/local/boost_1_52_0