- Boost 1.38 or later https://www.boost.org/
You may need install some pkgs :
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev libbz2-dev libboost-all-dev
Secondly, there are a few steps to do :
./bootstrap.sh --prefix=/usr/
./b2
sudo ./b2 install