jgaa / restc-cpp

Modern C++ REST Client library
MIT License
605 stars 95 forks source link

add to vcpkg #11

Open josuegomes opened 7 years ago

josuegomes commented 7 years ago

vcpkg is the package manager from Microsoft for Visual Studio. Please consider adding restc-cpp to vcpkg. Its dependencies (boost, openssl, rapidjson, zlib) are already there. Also restc-cpp build is CMake based. It should be straightforward to add it.

jgaa commented 7 years ago

I was not aware of vcpkg. I'll check it out and see what it takes to add it.

VikingExplorer commented 6 years ago

When will it be added to vcpkg?

baylf2000 commented 5 years ago

I too would very much like to see restc-cpp added to vcpkg. It would help beginners like myself a great deal.

lejcik commented 3 years ago

Hi all, I initiated a request for adding restc-cpp into vcpkg, as I need this library in a project that I'm porting into windows.

https://github.com/microsoft/vcpkg/pull/15739

If you have anything to add or improve, feel free to post a comment there, thanks.

jgaa commented 3 years ago

Thanks @lejcik . I'm actually using vcpkg for the Windows build / testing of restc.

gaamelu commented 2 years ago

Please, close this issue and update the docs mentioning the vcpkg. This is such a great project and using it with vcpkg makes our lifea lot easier.

Thanks lejcik for adding to vcpkg and jgaa for the lib

jgaa commented 2 years ago

I'll test it and then close the issue :)

danyhm commented 2 years ago

some of the needed commands #131 builds fine however I'm getting a restc_cpp::FailedToConnectException at memory location 0x0183A978. building the sample client code. something is missing

greenozon commented 1 month ago

there is an issue building vcpkg under Linux: https://github.com/microsoft/vcpkg/issues/40293#issuecomment-2283040172