InstallationΒΆ

In the directory you would like to build BEAGLES:

# clone the repo
git clone https://github.com/rjdbcm/BEAGLES.git

# move to the build-tools directory
cd BEAGLES/dev/build-tools/

# run the build script
./build-venv.sh

# move to the repo root and run make
cd ../../
make

Note

This will install Homebrew on MacOS.