Build Process 1. Configure cmake -S . -B build 2. Build cmake --build build # normal building # debug and building cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug cmake --build build Install Dependencies 1. update g++ sudo apt install g++ 2. install openssl sudo apt-get install libssl-dev