project_northstar_openvr_driver
project_northstar_openvr_driver copied to clipboard
Poor Man's Installer Setup
This PR packages several dependencies needed to get the driver installed in its current state
- Portable Cmake
- VS Build tools installer
- Batch file to download/install Leap Driver which could be expanded to minimal driver for Realsense etc.
- Batch file which builds the driver and optionally copies to the default driver directory and performs driver registration with SteamVR
Thanks for making this! I had my head down and completely dropped the ball on this codebase. I'm back to it now and working on a cpack installer for windows / linux build compatability. I want to avoid packaging installers for dependencies in the repo / git history. If things were changed to download those in the scripts I would merge this but the cpack installer will likely be ready this week. I've added a reference on the readme to your fork with the installer scripts.