mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Include GTK Run-time binaries in the zip package when building with the dist target Updated Binary Dependencies for Win32 Builds: - Fixed gdk-pixbuf-2.0 SVG dependencies - Added gspawn-win64-helper.exe and gspawn-win64-helper-console.exe as they are required for hyperlinks to launch |
||
|---|---|---|
| .. | ||
| icons | ||
| build-config.h | ||
| config.mk | ||
| gpredict.rc | ||
| loaders.cache | ||
| Makefile | ||
| README | ||
| resource.h | ||
| win32-fetch.c | ||
| win32-fetch.h | ||
### 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 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.