www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GtkD Binaries

reply Sean Campbell <sycam.inc gmail.com> writes:
Does anyone know where i could find the DLLs not included in the 
gtk+ runtime installer for GtkD, as I don't have the necessary 
environment to build the gtk+ runtime.

I have already located a copy of "libgtksourceview-3.0-1.dll" 
(Found it on the pbone rpm archive).

I still need to find "libvte-2.91.dll" and a bunch of others.
Aug 12 2016
parent Mike Wey <mike-wey example.com> writes:
On 08/12/2016 09:03 AM, Sean Campbell wrote:
 Does anyone know where i could find the DLLs not included in the gtk+
 runtime installer for GtkD, as I don't have the necessary environment to
 build the gtk+ runtime.

 I have already located a copy of "libgtksourceview-3.0-1.dll" (Found it
 on the pbone rpm archive).

 I still need to find "libvte-2.91.dll" and a bunch of others.
The Binaries in the gtk+ installer used by GtkD are coming from MSYS2. So if your missing anything you could check there, although they don't have binaries for Vte. GtkSourceview should have been included in the installer. -- Mike Wey
Aug 12 2016