Skip to content

Commit

Permalink
Recommend proto installation instructions from OSI Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: jdsika <[email protected]>
  • Loading branch information
jdsika committed Dec 12, 2024
1 parent 975b98b commit 676e851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ sudo apt install build-essential cmake libzstd-dev liblz4-dev protobuf-compiler
- [pkg-config](https://stackoverflow.com/a/25605631/2883130)
- [gtest](https://google.github.io/googletest/)

> **_NOTE:_** You can use [vcpkg](https://github.com/microsoft/vcpkg) and [chocolatey](https://chocolatey.org/) to install the following dependencies:
> **_NOTE:_** Use the protobuf installation instructions for Windows from [OSI](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/setup/installing_prerequisites.html#_windows) to create the triplets file. You can use [vcpkg](https://github.com/microsoft/vcpkg) and [chocolatey](https://chocolatey.org/) to install the following dependencies:
```bash
> choco install git
> choco install cmake
> choco install pkgconfiglite
>
> vcpkg install protobuf[zlib] protobuf[zlib]:x64-windows
> vcpkg install --triplet=x64-windows-static-md protobuf
> vcpkg install lz4
> vcpkg install zstd
> vcpkg install gtest
Expand Down

0 comments on commit 676e851

Please sign in to comment.