File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,22 @@ to run it again before invoking `make -j4`.
590
590
591
591
### Windows
592
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
+
593
609
#### Prerequisites
594
610
595
611
##### Option 1: Manual install
You can’t perform that action at this time.
0 commit comments