Unreal SDK

Integration and Initialization

1. Get the code

git clone https://github.com/Sending-Network/sendingnetwork-unreal-sdk.git

2. Build with CMake

mkdir -pv build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/prefix
make install

Dependencies:

lagerarrow-up-right,immerarrow-up-right,zugarrow-up-right,boostarrow-up-right,nlohmann_jsonarrow-up-right,olmarrow-up-right,libcrypto++arrow-up-right, cprarrow-up-right, Catch2arrow-up-right, libhttpserverarrow-up-right

3. Compiling in a Docker environment

  • Start

docker pull reg.lily.kazv.moe/kazv/libkazv-deps/deps:servant
  • Build

docker build -t libkazv:v0.1 .

4. Run an example

Last updated