安裝caffe時候找不到boost怎麼辦?(boost的引用問題make can‘t find Boost‘s include files)

子燕若水發表於2020-12-27
  1. 先下載boost原始碼,解壓,進目錄裡去
  2. sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
  3. Go to boost homepage and download the lastest boost library (v1.64 as I remember).
  4. ./boostrap.sh --prefix=/usr/local
  5. Build it with command: ./b2
  6. Final install it: sudo ./b2 install

相關文章