[gtk-builder-win] Add gobject introspection



commit fe08b4869b1d0809eacc3562a5fc69c8ee4fdffe
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Jul 14 21:21:54 2014 +0200

    Add gobject introspection

 win32/libs/14_gobject-introspection.bat |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/win32/libs/14_gobject-introspection.bat b/win32/libs/14_gobject-introspection.bat
new file mode 100644
index 0000000..1b3187b
--- /dev/null
+++ b/win32/libs/14_gobject-introspection.bat
@@ -0,0 +1,24 @@
+MAJOR_VER=1
+MINOR_VER=40
+PATCH_VER=0
+MODVER=$MAJOR_VER.$MINOR_VER.$PATCH_VER
+
+mkdir -p 14_gobject-introspection
+cd 14_gobject-introspection
+test -f gobject-introspection-$MODVER.tar.xz || wget 
http://ftp.acc.umu.se/pub/gnome/sources/gobject-introspection/$MAJOR_VER.$MINOR_VER/gobject-introspection-$MODVER.tar.xz
+xz -d -k -f gobject-introspection-$MODVER.tar.xz
+tar -xf gobject-introspection-$MODVER.tar
+cd gobject-introspection-$MODVER
+
+
+echo Compile...
+
+./configure --prefix=$PREFIX
+make clean
+make 2>&1 | tee ../../logs/14_gobject-introspection-make.log
+make install 2>&1 | tee ../../logs/14_gobject-introspection-makeinstall.log
+
+
+cd ..
+rm -rf gobject-introspection-$MODVER
+rm -f gobject-introspection-$MODVER.tar


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