bjornblissing / osg-3rdparty-cmake

CMake scripts for building OpenSceneGraph third party libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for CURL

bjornblissing opened this issue · comments

Add support for libcurl:

http://curl.haxx.se/

Curl has basic support for CMake:
https://github.com/bagder/curl/

I've find a script on github may help for building curl on windows. Here is the link : https://github.com/blackrosezy/build-libcurl-windows. Hope that helps.

@robling Thank you, I will look into it.

Just to let you know I'm working on this is my local tree, I'm ignoring the Curl CMake support since it's marked as 'not well maintained'. I have something basic compiling but not sure which features are enabled / disabled yet. Didn't touch SSL at all so far.