How to compile helloworld.d from gtkd on arch linux

Mike Parker aldacron at gmail.com
Fri Oct 2 02:55:00 UTC 2020


On Thursday, 1 October 2020 at 23:43:26 UTC, Alaindevos wrote:
> Installing gtkd is piece of cake. Just make and make install of 
> ,
> https://github.com/gtkd-developers/GtkD
> But how should i compile e.g.
> https://github.com/gtkd-developers/GtkD/blob/master/demos/gtk/HelloWorld.d
>
> dmd HelloWorld.d  some_magic_stuff_goes_here_but_what_exactly

You'll probably want to use dub instead of calling dmd directly. 
I've never used gtkd, but if I were starting I'd go here:

https://gtkdcoding.com/

The intro tutorials are at the bottom of the page.

Also, this sort of question is better suited to the Learn forum:

https://forum.dlang.org/group/learn


More information about the Digitalmars-d mailing list