Re: which free operating systems have a gtkd package?

2021-01-23 Thread Daniel Kozak via Digitalmars-d-learn
On Sat, Jan 23, 2021 at 7:15 AM dan via Digitalmars-d-learn <
digitalmars-d-learn@puremagic.com> wrote:

> ...
> So debian 10 and ubuntu 20.4 are candidates, but i'm wondering if
> there are others.  (I tried to find gtkd on linux mint but did
> not see a package for it, but man i could sure be wrong.)
>
> Thanks in advance for any info!
>
> dan
>

Anything archlinux based (Manjaro, Arch linux, EndeavourOS, RebornOS, Artix
...), Alpine linux, Fedora and many others.

https://pkgs.org/search/?q=gtkd


Re: which free operating systems have a gtkd package?

2021-01-22 Thread rikki cattermole via Digitalmars-d-learn

https://d-apt.sourceforge.io/

Or you could use dub and not worry about where its installed.

https://github.com/gtkd-developers/GtkD/wiki/Hello-World-Example-on-Ubuntu-19.10-(Linux)