[gtk-builder-win] Add libxslt script



commit 1d1155fa8dacbe621988b5ce2686db4ef75b5115
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Jul 15 11:09:39 2014 +0200

    Add libxslt script

 win32/libs/4_libxslt.bat |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/win32/libs/4_libxslt.bat b/win32/libs/4_libxslt.bat
new file mode 100644
index 0000000..693eac1
--- /dev/null
+++ b/win32/libs/4_libxslt.bat
@@ -0,0 +1,21 @@
+MODVER=1.1.28
+
+mkdir -p 4_libxslt
+cd 4_libxslt
+test -f libxslt-$MODVER.tar.gz || wget http://xmlsoft.org/sources/libxslt-$MODVER.tar.gz
+gzip -d -f -c libxslt-$MODVER.tar.gz > libxslt-$MODVER.tar
+tar -xf libxslt-$MODVER.tar
+cd libxslt-$MODVER
+
+
+echo Compile...
+
+./configure --prefix=$PREFIX
+make clean
+make 2>&1 | tee ../../logs/4_libxslt-make.log
+make install 2>&1 | tee ../../logs/4_libxslt-makeinstall.log
+
+
+cd ..
+rm -rf libxslt-$MODVER
+rm -f libxslt-$MODVER.tar


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