mapbox / protozero

Minimalist protocol buffer decoder and encoder in C++
Other
291 stars 78 forks source link

Getopt library on Windows #84

Open joto opened 7 years ago

joto commented 7 years ago

Building/Testing tools/pbf-decoder is disabled on Windows because of the missing getopt library. We should figure something out here.

See also https://github.com/mapbox/vtzero/issues/20.

joto commented 6 years ago

I am testing the Clara in vtzero. But for protozero we need a single - to work. See https://github.com/catchorg/Clara/issues/57.