cd /path/to wget https://github.com/curl/curl/releases/download/curl-7_82_0/curl-7.82.0.tar.gz tar xf curl-7.82.0.tar.gz cd curl-7.82.0
./configure CC=clang-fpchecker CXX=clang++-fpchecker --prefix=/path/to/curl --without-ssl FPC_INSTRUMENT=1 make -j FPC_INSTRUMENT=1 make install
cd /path/to/curl/bin ./curl www.baidu.com
结果回显如下,出现图中信息则为验证成功。