summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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