From 00f10b8eba973b5f590857a569b2efce72c8475d Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 17 Jan 2018 14:38:14 +0100 Subject: [PATCH] #3154 creaToolsTools Feature New Normal branch mxecc --- Linux-mxe/compile-3rd.sh | 14 ++++++++++++++ Linux-mxe/compile-creatools.sh | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 Linux-mxe/compile-3rd.sh create mode 100644 Linux-mxe/compile-creatools.sh 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 -- 2.45.1