cmake notes
1
2
3
4
mkdir build
cd build
cmake ..
make

install cmake on ubuntu

1
2
sudo apt-get update
sudo apt-get install cmake