extender
extender copied to clipboard
Add Linux SDK for building window related extension (DEF-3260)
E.g. the user Tomires wants to build save dialogues for Linux, but the docker container doesn't currently contain such libraries.
The user tried something like this to work "g++ gtktest.cpp pkg-config --cflags --libs gtk+-3.0" in order to add the correct cflags and link flags. It seems like a good idea to support.