Skip to content
Discussion options

You must be logged in to vote

Personally I avoid using vcpkg under Linux. Not because it doesn't work, but because you can end up with dependency conflicts if your path isn't set up just right. (My guess is that it's looking for xcb in vcpkg_installed and it's not there...? just a guess.)

Under Ubuntu I build VSG (et al) from source, use apt to pull in any necessary dependencies, and then use cmake-gui to point the Rocky project at the locally built VSG libraries. A bit of extra setup, but reliable and will then use normal apt-installed deps. VSG and friends should build cleanly.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gwaldron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants