[chronojump] Added howto_glade.txt



commit cf1a7ae88a95558b9cd314f9fe42ed5d1b315b3f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Aug 14 13:06:05 2020 +0200

    Added howto_glade.txt

 howto_glade.txt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
---
diff --git a/howto_glade.txt b/howto_glade.txt
new file mode 100644
index 00000000..dd207252
--- /dev/null
+++ b/howto_glade.txt
@@ -0,0 +1,18 @@
+* Arch/Manjaro:
+
+if we use gtk3, it would be:
+$ sudo pacman -S glade
+
+BUT glade-gtk3 use GTK3 and this is only gtkbuilder and we need libglade, so we nee:
+
+https:://aur.archlinux.org/packages/glade-gtk2
+
+do:
+
+$ git clone https:://aur.archlinux.org/packages/glade-gtk2
+makepkg fails, it needs: python2 gobject-introspection python2-gobject2 gtk-doc
+
+$ sudo pacman -S python2 gobject-introspection python2-gobject2 gtk-doc
+
+makepkg and install with:
+makepkg -si 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]