gpredict/win32/README
Daniele Forsi 9bc01954c7 Fix spelling
Fixed with:
codespell --skip data,po --ignore-words-list=te --summary --write-changes
2022-07-17 00:03:19 +02:00

27 lines
891 B
Text

### Win32 build notes ###
# Phil Ashby, Dec 2017 - Jan 2018
At present, MSYS2 on a Windows system is required to gather dependencies
before building a Win32 version of gpredict using this build system.
Install MSYS2, open a shell and install the Gtk3 and Goocanvas2 packages,
following the instructions from GTK team:
https://www.gtk.org/download/windows.php
Once your MSYS2 output folder (/mingw32 or similar) is accessible from
this system, adjust the MINGW_ROOT parameter in config.mk to suit.
You should now be able to cross-compile the Win32 version of GPredict
using the 'make' command.
Experimental Win32 build testing is being tracked in this ticket:
https://github.com/csete/gpredict/issues/110
To build a deployable ZIP archive, use 'make dist', which packages all
binary DLLs from dependent packages along with gpredict[-con].exe into
a versioned ZIP.
Good luck!
Phlash.