1 package require TclCurl
3 puts "cURL is installed in: [curl::curlConfig -prefix]"
5 set compiledOptions [curl::curlConfig -feature]
6 regsub -all {\n} $compiledOptions { - } compiledOptions
7 puts "The compiled options: $compiledOptions"
9 puts "The version in hex: [curl::curlConfig -vernum]"
11 puts "The built-in path to the CA cert bundle:\n\t[curl::curlConfig -ca]"