]> Creatis software - creaToolsTools.git/commitdiff
#3154 creaToolsTools Feature New Normal branch mxecc
authorEduardo DAVILA <davila@localhost.localdomain>
Wed, 17 Jan 2018 13:38:14 +0000 (14:38 +0100)
committerEduardo DAVILA <davila@localhost.localdomain>
Wed, 17 Jan 2018 13:38:14 +0000 (14:38 +0100)
Linux-mxe/compile-3rd.sh [new file with mode: 0644]
Linux-mxe/compile-creatools.sh [new file with mode: 0644]

diff --git a/Linux-mxe/compile-3rd.sh b/Linux-mxe/compile-3rd.sh
new file mode 100644 (file)
index 0000000..2b0c7b4
--- /dev/null
@@ -0,0 +1,14 @@
+baseDir="$(pwd)"
+source scripts/config.sh
+dnf -y install \
+    autoconf automake bash bison bzip2 flex gcc-c++ \
+    gdk-pixbuf2-devel gettext git gperf intltool make \
+    sed libffi-devel libtool openssl-devel p7zip patch \
+    perl pkgconfig python ruby scons unzip wget xz
+mkdir $creatoolsBase
+cd $creatoolsBase
+git clone https://github.com/mxe/mxe.git
+cd mxe
+make -j$corenumber MXE_TARGETS='x86_64-w64-mingw32.shared' boost vtk itk wxwidgets wt
+
+cd $baseDir
diff --git a/Linux-mxe/compile-creatools.sh b/Linux-mxe/compile-creatools.sh
new file mode 100644 (file)
index 0000000..b634c66
--- /dev/null
@@ -0,0 +1,7 @@
+baseDir="$(pwd)"
+cd scripts
+source config.sh
+# source cloneGit.sh
+mkdir $creatoolsBin 
+source compile_crea.sh
+cd $baseDir