Skip to content

Files

Latest commit

c4cf4a2 · Apr 15, 2020

History

History

rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 15, 2020
Apr 6, 2020
Apr 6, 2020
Apr 6, 2020

Usage

Download & install rust

Windows

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

Linux (untested)

Rustup has an installer you can run using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh.

Run

Single-time

Run cargo run

Compile and run as many times as you want

  1. Compile using cargo build --release --target-dir build
  2. run cd into the build/release directory
  3. Run the otp binary (.exe on windows and plain binary on *nix)