SlimeVR / SlimeVR-OpenVR-Driver

SlimeVR driver for OpenVR
Apache License 2.0
204 stars 46 forks source link

Eliminate vcpkg dependency on Linux build #39

Open SpookySkeletons opened 1 year ago

SpookySkeletons commented 1 year ago

Linux has native system libs available which should both be utilized and left to distro package management. External packaging solutions like vcpkg should not be used to link these dependencies.

Please test this build on windows to confirm it still builds properly

Comment any necessary changes you see fit. Build process now as follows: cmake . make

SpookySkeletons commented 1 year ago

Linux CI fails due to modified build process, pull in the necessary libs in with ubuntu's package manager.