Add Windows installation instructions. (#1308)

This commit is contained in:
Shafiq Jetha 2024-12-10 23:28:33 -07:00 committed by GitHub
parent ab8b3af6dd
commit 5e80b933bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,11 @@ Linux or macOS using the following commands.
brew install protobuf
protoc --version # Ensure compiler version is 3+
```
- Windows, using [Winget][]
```sh
> winget install protobuf
> protoc --version # Ensure compiler version is 3+
<a name="binary-install"></a>
@ -86,3 +91,4 @@ Buffers][download].
[latest release]: https://protobuf.dev/downloads#release-packages
[pb]: https://developers.google.com/protocol-buffers
[proto3]: https://protobuf.dev/programming-guides/proto3
[winget]: https://learn.microsoft.com/en-us/windows/package-manager/winget/