Closed carstene1ns closed 2 months ago
Maybe move this in a build_tools.cmd
so this isn't built by default? Though building freeimage and (soon) wxwidgets aren't that big.
There are alot of dependencies but they are all small and compile fast so works for me.
I only suggest setting webp to core to get rid of alot of dependencies:
libwebp[core] freeimage[core]
jasper could be also set to core to avoid pulling in opengl but wxwidgets has opengl as a required dep so it doesn't matter...
With WX:
libwebp[core] freeimage[core] wxwidgets[core]
(Please do not rebuild windows. Fmtlib has a bug and breaks the build)
The vcpkg library uses additional patches and has more dependencies. We need to check how much weight this adds and could run our own later.