openvr icon indicating copy to clipboard operation
openvr copied to clipboard

vrcore missing?

Open dacobi opened this issue 3 years ago • 4 comments

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?

dacobi avatar Mar 06 '22 21:03 dacobi

This has been broken for over a year now.

See https://github.com/ValveSoftware/openvr/issues/1525 https://github.com/ValveSoftware/openvr/issues/1594

danwillm avatar Mar 06 '22 21:03 danwillm

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

dacobi avatar Mar 06 '22 22:03 dacobi

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

danwillm avatar Mar 06 '22 22:03 danwillm

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

But I got hellovr_vulkan working with my Index now :)

dacobi avatar Mar 06 '22 23:03 dacobi