The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add Python 3.6 dependency note

src/xrt/auxiliary/bindings/bindings.py uses Python feature called
"Literal String Interpolation", added from Python 3.6
https://www.python.org/dev/peps/pep-0498/. We should note this Python
dependency for developer before building project.

Signed-off-by: utzcoz <utzcoz@outlook.com>

authored by

utzcoz and committed by
Jakob Bornecrantz
6dd5e705 c9889f77

+1
+1
README.md
··· 40 40 Dependencies include: 41 41 42 42 * [CMake][] 3.13 or newer (Note Ubuntu 18.04 only has 3.10) or meson >= 0.49 43 + * Python 3.6 or newer 43 44 * Vulkan headers and loader - Fedora package `vulkan-loader-devel` 44 45 * OpenGL headers 45 46 * Eigen3