Skip to content
New issue

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

vrcore missing? #1642

Open
dacobi opened this issue Mar 6, 2022 · 4 comments
Open

vrcore missing? #1642

dacobi opened this issue Mar 6, 2022 · 4 comments

Comments

@dacobi
Copy link

dacobi commented Mar 6, 2022

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?

@danwillm
Copy link

danwillm commented Mar 6, 2022

This has been broken for over a year now.

See #1525
#1594

@dacobi
Copy link
Author

dacobi commented Mar 6, 2022

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

@danwillm
Copy link

danwillm commented Mar 6, 2022

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

@dacobi
Copy link
Author

dacobi commented Mar 6, 2022

Thanks, I'm on Pop OS currently so the command was a bit different.

But I got hellovr_vulkan working with my Index now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants