Open saedrna opened 5 years ago
Thanks @saedrna! @yxlao @takanokage: Could you guys comment on this?
@yxlao what is your take on this?
There doesn't seem to be a way to install a specific version of a dependency with vcpkg. Only the latest version is always used for all packages. Would this be a problem @yxlao ? https://github.com/microsoft/vcpkg/issues/2823
Implemented here with some features disabled -> https://github.com/microsoft/vcpkg/pull/17423
Is there any update on that? It would be great to install Open3D using vcpkgt.
vcpkg is a msvc package manage made by Microsoft, and already support all the deps of Open3D.
I have made a working port (in my own vcpkg repo, see here), but because my own repo have many other changes for my own use, I can not make a pull request.
So, if it's possible for the open3d owner to port this? What's better, you can also add more options and remove the ugly patch, this is the recommend way for vcpkg.
Han