From 676e85181a746e3558c16258a3baeaacf7a295ed Mon Sep 17 00:00:00 2001 From: jdsika Date: Thu, 12 Dec 2024 13:09:03 +0100 Subject: [PATCH] Recommend proto installation instructions from OSI Documentation Signed-off-by: jdsika --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79e3fc8..920c1e9 100644 --- a/README.md +++ b/README.md @@ -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