My notes about C++.
g++ 4.9+, cmake 2.8+, Boost 1.55+
mkdir CppNotes-build
cd CppNotes-build
# Build type - Release or Debug
cmake .. -DCMAKE_BUILD_TYPE=Release
make
https://cmake.org/Wiki/Eclipse_CDT4_Generator
http://www.boost.org/doc/libs/1_59_0/more/getting_started/unix-variants.html http://shoddykid.blogspot.ru/2014/10/building-boost-libraries-quickly.html