Build process This is a brief explanation of how to build the project with CMake. mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/opt/hello .. make sudo make install