sudo apt update
apt-get update && apt-get install -y \
build-essential \
cmake \
curl \
clang \
libclang-dev \
git \
libssl-dev \
pkg-config \
libboost-all-devYou'll need Rust and Cargo, refer to this for more details. Minimum support version is rustc 1.81 and newer.
Once you have Cargo, clone the repository with:
git clone https://github.com/getfloresta/Floresta.gitgo to the Floresta directory
cd Floresta/and build with cargo build
cargo build --release
# Alternatively, you can add florestad and floresta-cli to the path with
cargo install --path ./bin/florestad --locked
cargo install --path ./bin/floresta-cli --lockedIf you are using Nix, you can get floresta packages into your system following the instructions here.