How to build libcurl without curl on all platforms?

Viewed 29

I am using Conan-Center-index to build libcurl conan package, and can build libcurl without curl by using cmake(Set the Cmake option BUILD_CURL_EXE to OFF) on windows.

But on other platforms, libcurl was built by other ways, like autoconf. And I don't know how to use these to build libcurl without curl command line tools.

0 Answers
Related