mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
16 lines
492 B
Text
16 lines
492 B
Text
### Win32 build notes ###
|
|
|
|
# Phil Ashby, Dec 2017
|
|
|
|
Check config.mk for dependant packages. I recommend use of inline sed
|
|
to fix up pkg-config file prefix settings once unpacked, then fix up and
|
|
copy in gtk+-3.0.pc and gdk.pc if required.
|
|
|
|
Compile tested on Debian 9 (stretch) using standard mingw-w64 toolchain.
|
|
|
|
To build a deployable ZIP archive, use 'make dist', which packages all
|
|
binary DLLs from dependant packages along with gpredict[-con].exe into
|
|
a versioned ZIP.
|
|
|
|
Good luck!
|
|
Phlash.
|