export LACHESIS_BOOST_DIR=
export LACHESIS_SAMTOOLS_DIR=/share/work/biosoft/samtools/samtools-0.1.19/
./configure --prefix=/share/work/biosoft/LACHESIS/ --with-samtools=/share/work/biosoft/samtools/samtools-0.1.19/ --with-boost=/share/work/biosoft/boost/boost.1.57
#报错:
SAMStepper.cc:32:21: fatal error: bam/sam.h: No such file or directory
#include <bam/sam.h>
^
compilation terminated.
boost
wget http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz --no-check-certificate
./bootstrap.sh --prefix=/share/work/biosoft/boost/boost.1.57 --with-libraries=all
./b2 install
./bjam install
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!