Bootstrap

configure: error: Curl library not found

报错信息:configure: error: Curl library not found

Ubuntu:

# apt install -y libghc-curl-dev			#已解决!

Centos:

# yum install curl-devel -y					#已解决!
;