assemble multiple prjs to finaly become ship ctrl app
install libboost-all
sudo apt-get install libboost-all-dev
install glog
git clone https://github.com/google/glog.git
cd glog
cmake -S . -B build -G "Unix Makefiles"
cmake --build build
cmake --build build --target test
sudo cmake --build build --target installbuilding main code
cmake -S . -B build -G "Unix Makefiles"
cmake --build build
cmake --build build --target testyou should probably run tests on main