mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MXE build script: Remove hint to use old MXE version
Meanwhile (after removing marble) it seems to be a good choice to use latest MXE version with currently Qt 5.9.1. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
a2a1dfdf9f
commit
26d9944013
1 changed files with 2 additions and 4 deletions
|
@ -3,12 +3,10 @@
|
||||||
# build Subsurface for Win32
|
# build Subsurface for Win32
|
||||||
#
|
#
|
||||||
# this file assumes that you have installed MXE on your system
|
# this file assumes that you have installed MXE on your system
|
||||||
# and installed a number of dependencies as well. Latest MXE
|
# and installed a number of dependencies as well.
|
||||||
# version from git may not always work for Qt5 and Subsurface.
|
|
||||||
# Try to select an older release version like build-2016-10-12.
|
|
||||||
#
|
#
|
||||||
# cd ~/src
|
# cd ~/src
|
||||||
# git clone --branch build-2016-10-12 https://github.com/mxe/mxe
|
# git clone https://github.com/mxe/mxe
|
||||||
# cd mxe
|
# cd mxe
|
||||||
#
|
#
|
||||||
# now create a file settings.mk
|
# now create a file settings.mk
|
||||||
|
|
Loading…
Add table
Reference in a new issue