Unreal SDK
Integration and Initialization
1. Get the code
git clone https://github.com/Sending-Network/sendingnetwork-unreal-sdk.git2. Build with CMake
mkdir -pv build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/prefix
make install3. Compiling in a Docker environment
docker pull reg.lily.kazv.moe/kazv/libkazv-deps/deps:servantdocker build -t libkazv:v0.1 .4. Run an example
Last updated