-
Notifications
You must be signed in to change notification settings - Fork 40
The Dart protoc plug-in is not supported on Windows #10
Comments
Currently the protoc plug-in is only tested on Linux. The tests run on drone.io (https://drone.io/github.com/dart-lang/dart-protoc-plugin). The plug-in created (out/protoc-gen-dart) is a script file which might work on Windows in MinGW or cygwin. |
please add windows support |
YES, PLEASE add windows support |
It appears the only thing hindering Windows support is that one bash script.
When you invoke protoc, use these args:
replace sections enclosed by ^^ with your own filename/path |
After protocolbuffers/protobuf#5105 has come into a release you should be able to |
please support windows platform, ths |
@letmefly could you elaborate on what you are trying, what versions you are using and what goes wrong? I have just tried out the combination of protoc-3.7.1, dart 2.2.0 and protoc_plugin v. 16.0.1 on windows-server-2016.
Make sure C:\Users<username>\AppData\Roaming\Pub\Cache\bin is in your %path. And ran:
And everything seemed to work. |
lots of errors in the latest dart editor, also, can this be built on Windows? or just Linux?
The text was updated successfully, but these errors were encountered: