- Clone this repo.
- CD into your new folder.
- Install cargo AND rustup.
rustup override set nightly
cargo build --target x86_64-feos.json
If that doesn't work you'll have to add it to Rust itself.
-
rustup target add x86_64-feos
-
Then try
cargo build --target x86_64-feos.json
-
Now this works, do
cargo build
to build andcargo run
andcargo test
respectively.