project_northstar_openvr_driver icon indicating copy to clipboard operation
project_northstar_openvr_driver copied to clipboard

Poor Man's Installer Setup

Open ltstein opened this issue 4 years ago • 1 comments

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

ltstein avatar May 27 '20 19:05 ltstein

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.

fuag15 avatar Oct 20 '20 01:10 fuag15