Skip to content

Compiling the project

Jose Emilio Labra Gayo edited this page Jan 29, 2024 · 6 revisions

Prerequisites

The code is compiled with cargo.

The easiest way to install cargo is to install rustup.

Quick run (for testing)

  • cargo run -- [options]

Run from compiled binaries (optimized binaries)

  • Obtain binaries by: cargo build -r
  • Run from: target/release/sx
Clone this wiki locally