I am Charmie

メモとログ

install boost 1.53 on ubuntu by package manager

Official repository supports boost installation. However, its version is 1.48.0 not latest one. Fortunately, I found unofficial repository here.

  1. sudo add-apt-repository ppa:apokluda/boost1.53
  2. sudo apt-get update
  3. sudo apt-get install libboost1.53-all-dev