restc-cpp icon indicating copy to clipboard operation
restc-cpp copied to clipboard

add to vcpkg

Open josuegomes opened this issue 7 years ago • 8 comments

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.

josuegomes avatar May 08 '17 13:05 josuegomes

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

jgaa avatar May 08 '17 16:05 jgaa

When will it be added to vcpkg?

VikingExplorer avatar Jan 11 '18 13:01 VikingExplorer

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

baylf2000 avatar Sep 25 '18 09:09 baylf2000

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.

lejcik avatar Feb 01 '21 22:02 lejcik

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

jgaa avatar Feb 18 '21 16:02 jgaa

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

gaamelu avatar Dec 06 '21 11:12 gaamelu

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

jgaa avatar Jan 04 '22 16:01 jgaa

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

danyhm avatar Jun 23 '22 10:06 danyhm