Download and install rustup and the C++ build tools making sure to install the C++ build tools first.
C++ build tools: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019 Rustup Installer: https://www.rust-lang.org/tools/install
Rustup has an installer you can run using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
.
Run cargo run
- Compile using
cargo build --release --target-dir build
- run cd into the
build/release
directory - Run the otp binary (.exe on windows and plain binary on *nix)