如何安装boost中的regex?

RT,装impala开源版本的时候,发现这个错误:
Unable to find the requested Boost libraries.

Boost version: 1.52.0

Boost include path: /usr/local/include

The following Boost libraries could not be found:

boost_regex-mt

Some (but not all) of the required Boost libraries were found. You may
need to install these additional Boost libraries. Alternatively, set
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
to the location of Boost.
不知道这个boost_regex-mt是啥?怎么安装呢?

阅读 5.4k
1 个回答

boost 库中的 regex。
用你的包管理器安装 boost (也许是boost-devel)即可。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进