ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.07k stars 1.28k forks source link

Consider conan binary repo? #764

Open stephenohair opened 6 years ago

stephenohair commented 6 years ago

I see this project is using the GitHub repo itself as a binary repo for client sdk files. Would you consider making them available in a binary repo such as bintray's conan-center?

I'm looking into using conan with a dependency on this client sdk.

http://docs.conan.io/en/latest/uploading_packages/bintray/conan_center_guide.html

Thanks

MHDante commented 6 years ago

By the way, vcpkg already has openvr available. https://github.com/Microsoft/vcpkg/tree/master/ports/openvr

stephenohair commented 6 years ago

@MHDante, thanks I'll have a look at this.