Silkroad ProxySDK

Hey , i worked on ProxySDK but i have some problems in some steps . First I did these steps in my ubuntu system

  1. sudo apt install build-essential libboost-all-dev libcurl4-openssl-dev clang cmake
  2. git clone https://github.com/ProjectHax/SilkroadProxySDK.git
  3. cd SilkroadProxySDK
  4. Change the project name in CMakeLists.txt and src/main.cpp
  5. mkdir build && cd build
  6. cmake ..
  7. make -j4
    then i guess created a cmake script but i did not understand how can ı use this script finally . Can someone help me what ı need to do after these steps ?