openvr
openvr copied to clipboard
vrcore missing?
Trying to build OpenVR in Linux
cmake worked fine.
Running make gives this error: fatal error: vrcore/pathtools_public.h
The directory doesn't exist.
Is this supposed to come form somewhere else?
This has been broken for over a year now.
See https://github.com/ValveSoftware/openvr/issues/1525 https://github.com/ValveSoftware/openvr/issues/1594
Thanks, got the lib built.
But the samples failed because of missing qt5 What do I need to install? Tried libqwt-qt5-dev but cmake still complains about missing Qt5Config.cmake
You'll need to install qt. I'm not sure what distro you're using, but here are the instructions for ubuntu: https://wiki.qt.io/Install_Qt_5_on_Ubuntu
Thanks, I'm on Pop OS currently so the command was a bit different.
But I got hellovr_vulkan working with my Index now :)