OLD | NEW |
(Empty) | |
| 1 Name: OpenVR SDK |
| 2 Short Name: OpenVR |
| 3 URL: https://github.com/ValveSoftware/openvr |
| 4 Version: 1.0.4 |
| 5 Date: 2 Feb 2017 |
| 6 Revision: 7fa6470f2972970859f2395f1390f6d87d4b0fc3 |
| 7 License: MIT |
| 8 License File: src\LICENSE |
| 9 Security Critical: yes |
| 10 |
| 11 Description: |
| 12 The OpenVR API supports HTC Vive and other headsets for VR. |
| 13 |
| 14 Local Modifications: |
| 15 Only contains a subset of the git repo necessary to build Chromium. |
| 16 |
| 17 Copy the correct files with these commands: |
| 18 copy %openvrsdk%\README.md %chromium%\src\third_party\openvr\src |
| 19 copy %openvrsdk%\LICENSE %chromium%\src\third_party\openvr\src |
| 20 xcopy /S %openvrsdk%\src %chromium%\src\third_party\openvr\src\src |
| 21 xcopy /S %openvrsdk%\headers %chromium%\src\third_party\openvr\src\headers |
OLD | NEW |