Skip to content

Building From Source

Pebaz edited this page May 16, 2019 · 1 revision

Should be as simple as:

git clone https://github.com/Pebaz/LambdaCore
cd LambdaCore
cargo build --release

# Run
./target/release/lambda_core

Clone this wiki locally