-
Notifications
You must be signed in to change notification settings - Fork 4.4k
add make.bat for windows #1272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add make.bat for windows #1272
Conversation
|
||
rem GRPC-TOOLS required. Install with `nuget install Grpc.Tools`. | ||
rem Then un-comment and replace [DIRECTORY] with location of files. | ||
rem For example, on macOS, you might have something like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "on Windows" instead of on macOS.
rem Then un-comment and replace [DIRECTORY] with location of files. | ||
rem For example, on macOS, you might have something like: | ||
rem COMPILER=Grpc.Tools.1.14.1/tools/windows_x64 | ||
rem set COMPILER=[DIRECTORY] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to
rem set COMPILER=Grpc.Tools.1.14.1/tools/windows_x64
rem Then un-comment and replace [DIRECTORY] with location of files. | ||
rem For example, on macOS, you might have something like: | ||
rem COMPILER=Grpc.Tools.1.14.1/tools/windows_x64 | ||
rem set COMPILER=[DIRECTORY] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this:
rem set COMPILER=[DIRECTORY]
@YuMurata Overall looks good to me. I've successfully used your script to generate the protobuf on windows. If you could spend some time resolve these minor comments, then I'm happy to merge it in. |
thanks for comment. |
@YuMurata Thank you for the contribution. |
No description provided.