-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fix Protobuf Install Instructions #2138
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
Fix Protobuf Install Instructions #2138
Conversation
rsfutch77
commented
Jun 16, 2019
- There were some steps missing for the mlagents re-install
- Fixed make_for_win.bat which was missing some variables and other small errors
- Other clarifications for how to re-build all the automatically generated files
- Fix slash direction for windows in COMPILER definition - Fix missing COMPILER variables when calling protoc - Fix call to "python" instead of "python3"
- Note to use the windows batch file on windows
- Put rem back in make_fo_win.bat
- Notes for where to enter commands to start with - Select a particular version of grpcio-tools - Note how to get nuget if needed - Directory independent nuget install - Remove instruction to download protoc since it comes with grpc.tools - Add instructions for windows in ##Running and directories for clarification
- Update protobuf folder ignores
- Revert version to what is currently in develop branch to clarify what changed.
- Ignore grpc installation on any platform
- make_for_win_.bat now has the same comment as make.bat - The instructions for editing those files will both use line 7 now.
- Add required version for grpc tools. Newer versions cause UnityToExternalGrpc.cs to fail to compile inside Unity due to a new function in the file
- Include grpc required versions - Clarify which steps are install and which are run every time
- Fix re-install directions to include -e modifer - Move re-install directions from creating-custom... to protobuf readme - Add how to see confirmation that install worked
hi @rsfutch77 - we into master a couple of days ago and updated the develop branch. could you rebase / resolve the conflicts and we can review? thank you again for your contributions. |
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.
Hi @rsfutch77, once you sign the CLA and resolved the conflict. I'll approve it and you can merge. The PR looks good to me.
Resolved and CLA signed! |