CMake is not able to find BOOST libraries

后端 未结 8 1807
既然无缘
既然无缘 2020-12-07 22:00

I tried everything like:

  1. Configure environment variable
  2. Make fresh build
  3. Re-install BOOST from source
  4. sudo apt-get install libb
8条回答
  •  孤城傲影
    2020-12-07 22:42

    Try to complete cmake process with following libs:

    sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev
    

提交回复
热议问题