This guide documents my process for installing Beads, initializing it in my project, and integrating it with IBM Bob.
Install the bd CLI using Homebrew:
brew install beadsSet WORKSPACE to whatever dir you will be running these steps.
# If you are not running as root you might need to use "sudo apt" instead
sudo apt update
sudo apt -y install git build-essential perl cmake autoconf libtool zlib1g-dev
export WORKSPACE=~/quantumsafe # set this to a working dir of your choice