jgaa / restc-cpp

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

Conan package #73

Open rhard opened 6 years ago

rhard commented 6 years ago

Created simple conan package for restc-cpp. It case you will start to provide your own. It is tested on windows with VS2017 as static library with static runtime. Will test other platforms in future.

https://github.com/rhard/restc-cpp-conan

To test it yourself just issue in the package root: conan create . yourchannel/testing -s compiler="Visual Studio" -s compiler.version=15 -s compiler.runtime=MT

The package based on the last current commit 658c28ee72267d71f0acbf679fcf100cb022327a

jgaa commented 6 years ago

Thanks. I noticed that conan had a major upgrade a while ago, and wanted to give it a new try with restc-cpp. I'll take a look at it.