zhaoyanswill / RAPSearch2

Reduced Alphabet based Protein similarity Search
40 stars 15 forks source link

boost libraries issue #41

Open linsalrob opened 5 years ago

linsalrob commented 5 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