File: README

package info (click to toggle)
gpredict 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,280 kB
  • sloc: ansic: 40,611; makefile: 486; python: 145; sh: 85; xml: 31
file content (27 lines) | stat: -rw-r--r-- 891 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### 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.