Does GtkD work well on Windows?
Web Biz Owner via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Mar 24 23:06:28 PDT 2016
On Thursday, 24 March 2016 at 23:08:13 UTC, Zardoz wrote:
> On Thursday, 24 March 2016 at 21:00:36 UTC, Web Biz Owner wrote:
>> [...]
>
> Short answer : Yes, but you need to install (or package with)
> Gtk dlls.
>
> Long answer :
>
> Install following this instructions :
> https://github.com/gtkd-developers/GtkD/wiki/Installing-on-Windows
> If you would use Dub and you need to be cross-platform, the
> dub.sdl/json would be a bit more tricky, but works. You would
> need something like this :
>
> libs "gtkd" platform="windows"
>
> configuration "nogtk" {
> platforms "windows"
> targetType "executable"
> }
> configuration "gtk" {
> platforms "posix"
> dependency "gtk-d:gtkd" version="~>3.2.0"
> targetType "executable"
> }
Thank you. Will try those steps.
More information about the Digitalmars-d-learn
mailing list