Ubuntu 环境找不到 Boost 库
在 Ubuntu 环境下编译源码时遇到错误 Could NOT find Boost (missing: Boost_INCLUDE_DIR program_options) (Required is at least version "1.49.0")
解决方法,安装boost库,具体为:
sudo apt install libboost-all-dev
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
在 Ubuntu 环境下编译源码时遇到错误 Could NOT find Boost (missing: Boost_INCLUDE_DIR program_options) (Required is at least version "1.49.0")
解决方法,安装boost库,具体为:
sudo apt install libboost-all-dev
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »