From 5eb98b178e5ac243402ffaa67c47619a5a9c1b1d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 1 Oct 2022 15:56:31 +0300 Subject: added missing step to install protobuf --- protocols/WhatsAppWeb/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index 458112ac71..3daa665b0f 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -62,6 +62,8 @@ Copyright © 2019-22 George Hazan ///////////////////////////////////////////////////////////////////////////////////////// // to obtain protobuf library do the following // - install vcpkg (https://github.com/microsoft/vcpkg); +// - integrage vcpkg into Visual Studio: +// >vcpkg.exe integrate install // - install static libraries of protobuf: // >vcpkg.exe install protobuf:x86-windows-static-md // >vcpkg.exe install protobuf:x64-windows-static-md -- cgit v1.2.3