Hello,
I'm normally a Java developer, but I'm writing a C++ library right now they will use LibCurl. And I'm very un-aware in the C++ world!
What I'm writing is infact a library for use by other developers (its a client code used to access our API).
Will end users be required to have libcurl installed, or can the developers somehow include this in the EXE or package it somehow?
Actually the same goes, I might use QT in the library, will they be required to have this installed? I'm guessing the way it works is that developers of course will need it, but once its compiled to binary its not required? Unlike java where you need the Jar files all along...
Cheers for any help, Alan