configure: error: HTSlib development files not found

 

001、问题

configure: error: HTSlib development files not found

 

 

 

002、解决方法,安装htslib

wget https://github.com/samtools/htslib/releases/download/1.16/htslib-1.16.tar.bz2
tar -xzvf htslib-1.16.tar.bz2
cd htslib-1.16/
autoreconf -i 
./configure
make
make install

 

posted @ 2022-10-10 09:28  小鲨鱼2018  阅读(271)  评论(0)    收藏  举报