Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do i use this in visual studio #142

Open
mitmelon opened this issue Mar 18, 2022 · 3 comments
Open

How do i use this in visual studio #142

mitmelon opened this issue Mar 18, 2022 · 3 comments

Comments

@mitmelon
Copy link

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
Copy link
Collaborator

sgallou commented Mar 18, 2022

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
Copy link
Author

Thank you very much...

@z16166
Copy link

z16166 commented Nov 29, 2022

vcpkg install curlpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants