/automata-common

Automata Common Libraries

Primary LanguageRustApache License 2.0Apache-2.0

Automata-Common

Automata Common Libraries

Build

On Ubuntu/Debian (or similar distributions on WSL), install the following packages:

sudo apt-get update
sudo apt-get install -y build-essential pkg-config llvm-dev libclang-dev clang libssl-dev curl

Install Rust through rustup.rs:

curl https://getsubstrate.io -sSf | bash -s -- --fast

Use the following command to build the code:

cargo build --release