etr / libhttpserver

C++ library for creating an embedded Rest HTTP server (and more)
GNU Lesser General Public License v2.1
882 stars 184 forks source link

is it possible? #301

Open vega0 opened 1 year ago

vega0 commented 1 year ago

is it possible to write win10 compilation process.

bcsgh commented 1 year ago

If you are willing to use Bazel for your build, you might be able to make something work using this: https://github.com/bcsgh/bazel_rules/blob/master/repositories/repositories.bzl#L75-L82

You will also need:


Note, I don't have access to a Win10 system (or any windows system for that mater) so I don't know how well that works. If you have any luck or issue, I'd be very interested in how things go.