Files

6 lines
284 B
Markdown
Raw Permalink Normal View History

2024-10-20 00:42:46 +01:00
# VelopackCppWin32Sample
_Prerequisites: Rust/Cargo, Msbuild_
The library for C++ is compiled via Rust into a dynamic library (.dll, .dylib, .so, etc).
To build and test this sample, you can run the `build.bat` script in the current directory which will compile everything you need.