extender icon indicating copy to clipboard operation
extender copied to clipboard

Add Linux SDK for building window related extension (DEF-3260)

Open britzl opened this issue 6 years ago • 2 comments

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.

britzl avatar May 23 '19 10:05 britzl