This SDK is intended to be used with filter.projecthax.com.
- Ubuntu 18.04 x64
sudo apt install build-essential libboost-all-dev libcurl4-openssl-dev clang cmake
git clone https://github.com/ProjectHax/SilkroadProxySDK.git
cd SilkroadProxySDK
- Change the project name in
CMakeLists.txt
andsrc/main.cpp
mkdir build && cd build
cmake ..
make -j4