-
Notifications
You must be signed in to change notification settings - Fork 462
Closed
Description
Hi all,
Just wanted to pop this in here for anyone struggling like I did, or for anyone interested in addressing it.
vcpkg install magnum[*]- From here
This throws an error saying..
X11 library, required by some applications, was not found. Set
WITH_*X*APPLICATION to OFF to skip building them.Which I understood as being code for:
$env:WITH_XEGLAPPLICATION="Off"However this didn't work for me. Instead, I converted the * to a full list of packages, minus the ones that seemed to depend on X11.
magnum[
al-info
anyaudioimporter
anyimageconverter
anyimageimporter
anysceneimporter
audio
cglcontext
core
debugtools
distancefieldconverter
// eglcontext
fontconverter
gl
gl-info
glfwapplication
glxcontext
imageconverter
magnumfont
magnumfontconverter
meshtools
objimporter
opengltester
primitives
scenegraph
sdl2application
shaders
text
texturetools
tgaimageconverter
tgaimporter
trade
wavaudioimporter
wglcontext
// windowlesseglapplication
// windowlessglxapplication
windowlesswglapplication
]:x64-windowsResulting in this final command.
vcpkg install magnum[al-info,anyimageconverter,anyimageimporter,anysceneimporter,cglcontext,core,debugtools,distancefieldconverter,fontconverter,gl,gl-info,glfwapplication,glxcontext,imageconverter,magnumfont,magnumfontconverter,meshtools,objimporter,opengltester,primitives,scenegraph,sdl2application,shaders,text,texturetools,tgaimageconverter,tgaimporter,trade,wglcontext,windowlesswglapplication]:x64-windows Which worked!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Done