jts / nanopolish

Signal-level algorithms for MinION data
MIT License
550 stars 160 forks source link

fatal error install #1092

Closed VikArz02 closed 1 year ago

VikArz02 commented 1 year ago

Hello!

I have error when trying to install nanopolish:

$git clone --recursive https://github.com/jts/nanopolish.git $cd nanopolish $make

ERROR: make -C minimap2 CFLAGS=" -g -Wall -O2 -Wc++-compat" libminimap2.a || exit 255 make[1]: Entering directory '/home/katya/Soft/nanopolish/minimap2' /home/katya/Soft/bcbio/anaconda/bin/x86_64-conda-linux-gnu-cc -c -g -Wall -O2 -Wc++-compat -DHAVE_KALLOC bseq.c -o bseq.o bseq.c:1:10: fatal error: zlib.h: No such file or directory 1 | #include | ^~~~ compilation terminated. make[1]: [Makefile:41: bseq.o] Error 1 make[1]: Leaving directory '/home/katya/Soft/nanopolish/minimap2' make: [Makefile:142: minimap2/libminimap2.a] Error 255

I try to install zlib1g-dev, but it is already installed.

Could you help me?