Fully static libcurl build
I am building a program (on linux) which relies on libcurl. I'd prefer that it could b开发者_开发百科e distributed and run without needing any external dependencies. libcurl seems to have quite a few of these... hence, I would like to know if there is any way to statically compile libcurl so as to include all of its dependencies?
Or, do any pre-built versions of it already exist?
精彩评论