cmake出错导致后续make找不到makefile文件
运行↓

sudo add-apt-repository ppa:boost-latest/ppa -y
sudo apt-get update 
sudo apt-get purge boost* -y
sudo apt-get install libboost-all-dev -y

cmake ../
make


安装 GNURadio cmake出现cannot find Boost libraries
安装 GNURadio cmake出现cannot find Boost libraries

方法来自:https://qiita.com/HiromiS/items/a05d61a7b8cc6590ebe3

相关文章:

  • 2022-03-04
  • 2022-12-23
  • 2021-09-22
  • 2021-11-08
  • 2021-06-18
  • 2021-11-18
  • 2022-12-23
  • 2021-09-03
猜你喜欢
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
相关资源
相似解决方案