Skip to content

Required Libraries

Pearl Sandick edited this page Oct 4, 2019 · 3 revisions

Required Libraries

MADHAT is dependent on Boost libaries.

Documentation for Boost version 1_70_0

Boost Installation Instructions:

Brief instructions for Linux, Mac OS, and Windows are below, and full installation instructions for Boost can be found here.

Once the installation is complete, you must edit line 5 of the MADHAT Makefile so that it specifies the correct path and version for your Boost installation, eg.

BOOST = [Path to Boost]/boost_1_70_0

Windows: Download boost_1_70_0.zip or boost_1_70_0.zip and unpack it to install a complete Boost distribution

Linux and Mac OS: Download boost_1_70_0.tar.bz2 In the directory where you want to put the Boost installation, execute

tar --bzip2 -xf /path/to/boost_1_70_0.tar.bz2

Clone this wiki locally