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

Conan package

Open rhard opened this issue 7 years ago • 1 comments

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

rhard avatar Aug 05 '18 15:08 rhard

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.

jgaa avatar Aug 06 '18 05:08 jgaa