On 05/02/2015 11:17 PM, Carlos Checo wrote:
Hi, I built the gtkD using make and make install. Are the file in 'demos' for testing gtkD if yes how do I compile it ?
I want to test this project with an empty Window.
Yes, the demos folder contains examples/tests for gtkD.
To compile for example the HelloWorld demo in demos/gtk/ run:
dmd HelloWorld.d `pkg-config --cflags --libs gtkd-3`