summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-27 16:41:16 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-27 17:49:23 -0800
commitca819b2a092af83ea6791a4fab0644aa57c42a1d (patch)
tree56a6d3135acdc07f987be9dfbb8d28050b1a4629 /INSTALL
parentd2af6054a3bf6f9f4d5cf99491cf904831b55e38 (diff)
downloadsubsurface-ca819b2a092af83ea6791a4fab0644aa57c42a1d.tar.gz
Updated instructions for cross building Windows binaries under Linux
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 11 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 458ce4292..170af0627 100644
--- a/INSTALL
+++ b/INSTALL
@@ -132,10 +132,16 @@ To compile Subsurface, use:
$ git clone git://subsurface.hohndel.org/subsurface.git
$ cd subsurface
-$ i686-w64-mingw32-qmake-qt4
-$ make
-$ make install
-$ make create-windows-installer
+$ packaging/windows/mingw-make.sh
+$ packaging/windows/mingw-make.sh install
+$ packaging/windows/mingw-make.sh installer
+
+The last step assumes that you have a link from packaging/windows/dll to
+the correct directory in your MinGW installation. On my machine that is
+/usr/i686-w64-mingw32/sys-root/mingw/bin
+Similarly, the paths used in packaging/windows/mingw-make.sh may need to
+be adjusted according to your distributions layout
+
Building Subsurface on Windows
------------------------------
@@ -204,7 +210,7 @@ $ cd subsurface
$ qmake
$ make
$ make install
-$ make create-windows-installer
+$ make installer
Build options
-------------