-
Building MeshLib with Visual Studio 2022 has clear instructions and I could build it successfully on Windows. But indeed there is no install.bat in the distribution folder similar to the one we get in the source repository under The common.props is supposed to be used with distribution option as well, and it does refer to vcpkg folder and third-party libraries. Is anything missed in windows distribution that links the distribution install directory to third-party? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello! Currently we do not copy all headers and libs from vcpkg to distribution folder (#2540 in this PR we are going to add this), so one still need to install vcpkg even using distribution |
Beta Was this translation helpful? Give feedback.
-
If you download Windows distribution zip-archive of MeshLib, then neither |
Beta Was this translation helpful? Give feedback.
Yes, distribution archive missed vcpkg dependencies.
We have just released new version with #2540 merged, so https://github.com/MeshInspector/MeshLib/releases/tag/v2.4.1.203 new distribution file should contain all dependencies!