]> Creatis software - creaToolsTools.git/blob - Linux-mxe/compile-3rd.sh
2b0c7b419aa39d776ff72df49802e8cdffc901e8
[creaToolsTools.git] / Linux-mxe / compile-3rd.sh
1 baseDir="$(pwd)"
2 source scripts/config.sh
3 dnf -y install \
4     autoconf automake bash bison bzip2 flex gcc-c++ \
5     gdk-pixbuf2-devel gettext git gperf intltool make \
6     sed libffi-devel libtool openssl-devel p7zip patch \
7     perl pkgconfig python ruby scons unzip wget xz
8 mkdir $creatoolsBase
9 cd $creatoolsBase
10 git clone https://github.com/mxe/mxe.git
11 cd mxe
12 make -j$corenumber MXE_TARGETS='x86_64-w64-mingw32.shared' boost vtk itk wxwidgets wt
13
14 cd $baseDir