We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent a86705c commit 8ee20d8Copy full SHA for 8ee20d8
BUILDING.md
@@ -590,6 +590,22 @@ to run it again before invoking `make -j4`.
590
591
### Windows
592
593
+#### Tips
594
+
595
+You may need disable vcpkg integration if you got link error about symbol
596
+redefine related to zlib.lib(zlib1.dll), even you never install it by hand,
597
+as vcpkg is part of CLion and Visual Studio now.
598
599
+```powershell
600
+# find your vcpkg
601
+# double check vcpkg install the related file
602
+vcpkg owns zlib.lib
603
+vcpkg owns zlib1.dll
604
+vcpkg integrate remove
605
+```
606
607
+Refs: #24448, <https://github.com/microsoft/vcpkg/issues/37518>, [vcpkg](https://github.com/microsoft/vcpkg/)
608
609
#### Prerequisites
610
611
##### Option 1: Manual install
0 commit comments