2016-02-19 13:23 GMT+03:00 Wojciech Lisik <[email protected]>: > build it with cmake. Than enter your config in ./global.conf file > > 2016-02-19 4:14 GMT+01:00 Michael Seow <[email protected]>: >> >> How do you correctly set up libcurl for Visual Studio 2015? Are there any >> online tutorials? >> >> Thanks >>
+1 for cmake. Here is my answer to question for 2013 http://stackoverflow.com/questions/20171165/getting-libcurl-to-work-with-visual-studio-2013/20343449#20343449 You can use it as tutorial. It is not much differs for 2015, except you should use "Visual Studio 14 Win64" generator for that. > -- > Wojciech Lisik > > ------------------------------------------------------------------- > List admin: https://cool.haxx.se/list/listinfo/curl-library > Etiquette: https://curl.haxx.se/mail/etiquette.html -- Best Regards, Sergei Nikulov ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
