Projects STRLCPY protobuf-decoder Commits f7b646cd
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    README.md
    skipped 46 lines
    47 47   > You can work around this issue by cycling through requests (anything
    48 48   > that'd trigger the editor tab to reload itself)
    49 49   
     50 +- What if I need to use another version of protobuf or need windows 64bit protoc?
     51 + 
     52 + > Find the version that you want to use from https://github.com/protocolbuffers/protobuf/tags
     53 + > 1. Download the right protoc file according to your OS and overwrite the binary included in this repo
     54 + > 2. Download protobuf-python-3.x.x.zip, unzip it and move the google folder under protobuf-python-3.x.x/python to Lib/google.
    50 55   
    51 56  Gotchas
    52 57  -------
    skipped 21 lines
Please wait...
Page is in error, reload to recover