hedronvision / bazel-make-cc-https-easy

Goal: Make it easy to place HTTPS Requests from C++, leveraging Bazel, CPR, and CURL.
Other
30 stars 7 forks source link

[Self-Filed] Windows Support #5

Open cpsauer opened 2 years ago

cpsauer commented 2 years ago

This is a tracking issue for Windows builds, linked to from the README.

If you'd like support for Windows, we'd love your help. It should be a fair bit easier to add support than to do yourself from scratch, we'll help guide, and then your code will work across platforms for free. Plus, you'll be helping everyone out. Please comment here, helping ensure people don't duplicate efforts.

cpsauer commented 2 years ago

Sketch of how to implement:

CPR should just work out of the box, so the focus will be on getting configuration for libCURL. You'll just need to motify curl.BUILD, referencing the guiding comments therein.

In more detail:

rynewang commented 6 months ago

any updates on this one?

cpsauer commented 6 months ago

I'm afraid I don't have the bandwidth to knock this one out right now, but that needn't stop you! I'd be happy to take a good PR--outline above