| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d6b57f6 commit dd711d2
1 file 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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments