On Linux (links and instructions for Ubuntu):
- Install system packages:
sudo apt install build-essential clang cmake pkg-config libssl-dev protobuf-compiler git curl
. - Install Rust. See instructions.
- Install cargo-make:
cargo install --force cargo-make
. - Install Docker. See instructions.
- Install Foundry. See instructions.