Open linsalrob opened 6 years ago
I had an issue installing on AWS Amazon Machine Image Amazon Linux 2 AMI (HVM). The simple solution was to install the boost libraries with yum:
yum -y install boost boost-devel
and then remove the local copies of boost:
rm -fr Src/boost/ Src/libboost_*
and install:
./install
I had an issue installing on AWS Amazon Machine Image Amazon Linux 2 AMI (HVM). The simple solution was to install the boost libraries with yum:
and then remove the local copies of boost:
and install: