curlpp icon indicating copy to clipboard operation
curlpp copied to clipboard

How do i use this in visual studio

Open mitmelon opened this issue 2 years ago • 3 comments

Please am new to c++. How do is use this in my project on visual studio. I have already cloned it and don't know how to use it or link it to my project.

mitmelon avatar Mar 18 '22 09:03 mitmelon

The best way is to use CMake. Install it and run CMakeGUI. You can set option CURLPP_BUILD_SHARED_LIBS to OFF to build a static library (.lib) instead of a dynamic (.dll), maybe easier to integrate in an application for a first use. CMake will generate the Visual Studio solution/project files for your VS version. Then open VS and build curlpp.

sgallou avatar Mar 18 '22 09:03 sgallou

Thank you very much...

mitmelon avatar Mar 18 '22 10:03 mitmelon

vcpkg install curlpp

z16166 avatar Nov 29 '22 03:11 z16166