Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Add vcpkg support

Open saedrna opened this issue 6 years ago • 5 comments

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

saedrna avatar Jan 09 '19 14:01 saedrna

Thanks @saedrna! @yxlao @takanokage: Could you guys comment on this?

syncle avatar Jan 10 '19 09:01 syncle

@yxlao what is your take on this?

germanros1987 avatar Jul 27 '20 23:07 germanros1987

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

ssheorey avatar Aug 11 '20 22:08 ssheorey

Implemented here with some features disabled -> https://github.com/microsoft/vcpkg/pull/17423

fran6co avatar Apr 21 '21 15:04 fran6co

Is there any update on that? It would be great to install Open3D using vcpkgt.

Gabriellgpc avatar Oct 07 '24 13:10 Gabriellgpc