nappgui_src
nappgui_src copied to clipboard
Any guide to build without dependencies like opengl/curl?
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.
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.