The aztec-packages monorepo requires a specific toolchain setup to be able to run
./bootstrap.sh fast
which fetches/builds all of the packages.
Here are the commands to get the monorepo set up on a linux machine as of Nov 21, 2024.
sudo apt update -y && sudo apt upgrade -y
sudo apt remove cmake -y
pip install cmake --upgrade