From: Eduardo DAVILA Date: Wed, 17 Jan 2018 13:38:14 +0000 (+0100) Subject: #3154 creaToolsTools Feature New Normal branch mxecc X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=00f10b8eba973b5f590857a569b2efce72c8475d;p=creaToolsTools.git #3154 creaToolsTools Feature New Normal branch mxecc --- diff --git a/Linux-mxe/compile-3rd.sh b/Linux-mxe/compile-3rd.sh new file mode 100644 index 0000000..2b0c7b4 --- /dev/null +++ b/Linux-mxe/compile-3rd.sh @@ -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 index 0000000..b634c66 --- /dev/null +++ b/Linux-mxe/compile-creatools.sh @@ -0,0 +1,7 @@ +baseDir="$(pwd)" +cd scripts +source config.sh +# source cloneGit.sh +mkdir $creatoolsBin +source compile_crea.sh +cd $baseDir