Skip to content

ProjectHax/SilkroadProxySDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilkroadProxySDK

This SDK is intended to be used with filter.projecthax.com.

Requirements

  1. Ubuntu 18.04 x64

Build Instructions

  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