How do i use this in visual studio
mitmelon opened this issue · 3 comments
mitmelon commented
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.
sgallou commented
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.
mitmelon commented
Thank you very much...
z16166 commented
vcpkg install curlpp