Darrell
Darrell
libxinerama-dev as well as a bunch of other x11 dependencies (like libxcursor-dev, libxrandr-dev, etc.) all get installed with the metapackage xorg-dev. As per the README, you'll also need libglu1-mesa-dev. ```...
First @wjakob, great work on this incredible library. Thank you. (This is also related to #347 ) A few weeks ago I did some work on this as I was...
This isn't a general solution for just running CMake builds but if you're writing your own cmake scripts, I've had good luck with peppering these into my message() functions: ```...
`cmake.cmakePath` might be a bit of a misnomer because I believe it's asking for the fully qualified executable location and not just the path. Have you tried something like this?...