[chronojump] Added howto_glade.txt
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Added howto_glade.txt
- Date: Fri, 14 Aug 2020 11:07:26 +0000 (UTC)
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]