mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Updated instructions for cross building Windows binaries under Linux
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d2af6054a3
commit
ca819b2a09
1 changed files with 11 additions and 5 deletions
16
INSTALL
16
INSTALL
|
@ -132,10 +132,16 @@ To compile Subsurface, use:
|
||||||
|
|
||||||
$ git clone git://subsurface.hohndel.org/subsurface.git
|
$ git clone git://subsurface.hohndel.org/subsurface.git
|
||||||
$ cd subsurface
|
$ cd subsurface
|
||||||
$ i686-w64-mingw32-qmake-qt4
|
$ packaging/windows/mingw-make.sh
|
||||||
$ make
|
$ packaging/windows/mingw-make.sh install
|
||||||
$ make install
|
$ packaging/windows/mingw-make.sh installer
|
||||||
$ make create-windows-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
|
Building Subsurface on Windows
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@ -204,7 +210,7 @@ $ cd subsurface
|
||||||
$ qmake
|
$ qmake
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
$ make create-windows-installer
|
$ make installer
|
||||||
|
|
||||||
Build options
|
Build options
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue