cURL With Qt Creator [Windows and Linux]
Alright, I'm totally stumped here. I want to include cURL with the Qt program that I wish to create. Problem is, I have no idea how to include cURL with my Qt program.
I don't know really where to start with what to download. Do I need to download cURLpp? Do I need to build the source myself?
I'm going to be building with Windows and Linux, so any help for both of them will be greatly appreciated!
Thanks!
Re: cURL With Qt Creator [Windows and Linux]
From a short look it looks it s just a lib which you have to link against.
In that regard you have to know how to link to libs, google it if you don't.
Specifically for cURL, did you read this?:
http://curl.haxx.se/docs/install.html