mourisl / Rcorrector

Error correction for Illumina RNA-seq reads
GNU General Public License v3.0
63 stars 18 forks source link

make fatal error: no zlib.h #20

Closed e1992 closed 4 years ago

e1992 commented 4 years ago

Hi, When I run make I get the following error. `g++ -Wall -O3 -std=c++0x -c -o main.o main.cpp In file included from main.cpp:12:0: Reads.h:7:10: fatal error: zlib.h: No such file or directory

include

      ^~~~~~~~

compilation terminated. make: *** [: main.o] Error 1`

what is zlib.h? I'm not sure where it should be or how to fix this.

Thanks for your help!!

mourisl commented 4 years ago

This is the header file to parse compressed file, which usually comes with the system. You may need install zlib first.