$ sudo apt-get install libboost-all-dev $ git clone https://github.com/jbeder/yaml-cpp yaml-cpp $ cd yaml-cpp && mkdir -p build && cd build && cmake -DBUILD_SHARED_LIBS=ON .. # last two dots are important $ make $ sudo make install