We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 362b64c commit 4cfaf93Copy full SHA for 4cfaf93
README.md
@@ -2,6 +2,15 @@
2
3
Windows [Trace Logging] ([ETW]) as an OpenXR API layer.
4
5
+## Prebuilt binaries
6
+
7
+Prebuilt binaries are available in [the latest release](https://github.com/fredemmott/OpenXR-Tracing/releases/latest).
8
9
+You may need to install the latest Microsoft C++ runtime libraries:
10
11
+- x86: https://aka.ms/vs/17/release/vc_redist.x86.exe
12
+- x64: https://aka.ms/vs/17/release/vc_redist.x64.exe
13
14
## Dependencies
15
16
- **Python**: installing from the MS store or `winget` should be fine.
0 commit comments