We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
This has been broken for over a year now.
See #1525 #1594
Sorry, something went wrong.
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 :)
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: