summaryrefslogtreecommitdiff
path: root/protocols/WhatsAppWeb/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-10-01 15:56:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-10-01 15:56:31 +0300
commit5eb98b178e5ac243402ffaa67c47619a5a9c1b1d (patch)
tree7630198a6b89dc6f94c3eb1e7c6f9e88b6fe251b /protocols/WhatsAppWeb/src
parent4599390ee98712d05550b9a49c4f02e5acebf31e (diff)
added missing step to install protobuf
Diffstat (limited to 'protocols/WhatsAppWeb/src')
-rw-r--r--protocols/WhatsAppWeb/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
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