nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

Any guide to build without dependencies like opengl/curl?

Open ChipZhang opened this issue 6 months ago • 1 comments

I want to make a linux build without external dependencies like opengl/curl/webkit, so it only depends on GTK. There is a cmake option NAPPGUI_WEB to toggle webkit support, but no such options for opengl/curl.

ChipZhang avatar Jun 17 '25 03:06 ChipZhang

Hi @ChipZhang! Now the only way in removing src/inet;src/ogl3d from CMakeTargets.cmake. You also have to remove the examples that depend on these libraries.

But will be nice to have some flag similar to NAPPGUI_WEB. Leave this issue open, please.

frang75 avatar Jun 17 '25 08:06 frang75