Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Binary for Glade 3.18.3?

Tags:

c

gtk

glade

Is there any build of Glade 3.18.3 as a Windows Binary? Would really like to make use of GTK3+ with Glade however they seem to have stopped at 3.8.5 :( which only supports GTK 2.24.

like image 702
Snorklebort Avatar asked Mar 13 '16 04:03

Snorklebort


1 Answers

You can still install the latest version of Glade by using the MSYS2 pacman package manager:

Installing Glade

Next we're going to install glade, make sure you have a MSYS console open

To search for the glade packages: pacman -Ss glade To install for 64Bit Windows: pacman -S mingw64/mingw-w64-x86_64-glade

We can now run glade via the exe C:\msys64\mingw64\bin\glade.exe

  1. http://msys2.org
  2. http://grbd.github.io/posts/2016/01/29/gtksharp-part-2-setting-up-glade/
like image 121
user Avatar answered Oct 20 '22 22:10

user