I use to putty
git clone --recurse-submodules git://github.com/samtools/htslib.git
git clone git://github.com/samtools/bcftools.git
cd bcftools
make <-The following error occurs in this area.
hfile_libcurl.c:47:10: fatal error: curl/curl.h: No such file or directory
47 | #include <curl/curl.h>
| ^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:164: hfile_libcurl.o] Error 1
make[1]: Leaving directory '/home/kang/project/htslib'
make: *** [../htslib/htslib.mk:159: ../htslib/hts-object-files] Error 2
Do you know how to solve this error?