Entering edit mode
5.4 years ago
kousi31
▴
100
Hi all,
I am trying to install stringtie2
I used the commands
git clone https://github.com/mpertea/stringtie2
cd stringtie2
make release
I got the error ./samtools-0.1.18/bgzf.h:29:10: fatal error: zlib.h: No such file or directory.
zlib.h
is already installed in my system and it is in usr/share/doc/zlib1g-dev
.
How to install the software?
usr/share/doc/zlib1g-dev is not a standard place where a compiler can find the libraries + include files. see https://stackoverflow.com/questions/558803
I couldn't use
-I
option asmake release -I /usr/share/doc/zlib1g-dev/
because in the make file the-I
is pointed towards/samtools-0.1.18
. I tried editing -I in Make file, but itseems some other information needed for installing is also in the samtools folderFirst few lines from make file
You'll need to put it to the relevant path variables: https://stackoverflow.com/questions/7561509/how-to-add-include-and-lib-paths-to-configure-make-cycle