I am following the tutorial here:
https://www.unidata.ucar.edu/software/netcdf/docs/getting_and_building_netcdf.html
I built HDF5, ZLIB, and CURL from source. When I compile netcdf:
CPPFLAGS=-I${H5DIR}/include LDFLAGS=-L${H5DIR}/lib ./configure --prefix=${NCDIR}
and then run
make check
I get:
curl/curl.h: No such file or directory.
I build curl though, how do I get it to see it?