The source code for BBR and BMR is now in one directory structure. We provide Build instructions for GCC ver. 3.3.1 or higher and for Microsoft Visual C++ ver. 7.
Follow these steps for either BBR or BMR:
Download and extract bbr-src.tar
Download TCLAP ver 1.0.5 from https://sourceforge.net/projects/tclap/ and unpack it
For BBR: download TNT and JAMA from http://math.nist.gov/tnt/download.html
Modify paths in the building scripts according to your structure and run the scripts
For GCC:
go to BBR/gcc or BBR/BMR/gcc and edit the Makefile: modify the TCLAP path according to your structure
For BBR: go to BBR/gcc/train and edit the Makefile: modify the TNT and JAMA paths according to your structure; then go back to BBR/gcc
run make
For MSVC:
go to BBR/msvc or BBR/BMR/msvc and edit rebuild.bat: change paths to MSVC related tools; usually not needed if installed by default
edit *.compile.rsp files: modify the TCLAP path according to your structure
For BBR: edit bbrtrain.compile.rsp file, modify the TNT and JAMA paths according to your structure
run rebuild.bat