forked from freeciv/freeciv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.crosser
59 lines (45 loc) · 1.9 KB
/
README.crosser
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Notes about Crosser-based Windows Installers
=============================================
Crosser is an environment used to cross-compile freeciv
Installers for Windows targets on a linux build host.
Crosser home page is at https://www.cazfi.net/crosser/
Crosser development happens on Debian and Ubuntu LTS
versions - be prepared to adjusting things yourself
if you try to use some distribution not a Debian derivative.
Crosser version
================
Scripts to create installers require specific crosser version
(MAJOR.MINOR, or "CROSSER_FEATURE_LEVEL") to know what exact files
they need to package with freeciv.
See CROSSER_FEATURE_LEVEL on top of winbuild.sh and meson-winbuild.sh
under windows/installer_cross/ to see what is the crosser version
currently supported and required.
Setting up crosser build environment
=====================================
Download win64stack-full-<version>.7z from
https://sourceforge.net/projects/crosser/
Unpack downloaded package under /usr/crosser/
(likely you need to create that directory - or to create
it as a symbolic link to another location)
so that after unpacking you will have, e.g.
/usr/crosser/win64stack-full-2.5/
Install MinGW cross-compiler, also for C++.
On Debian derivatives those packages are
- mingw-w64
- g++-mingw-w64
TODO: Find out what other native side requirements
crosser build has and list them.
At least 'ninja' is needed, in case of meson
based build.
Building Windows Installers with crosser
=========================================
If everything is set up correctly, easiest way
to do the build is to run either
> ./build_all_installer.sh (autotools based build)
or
> ./meson-build_all_installer.sh (meson based build)
on windows/installer_cross/.
Currently these scripts need to be run their own
directory, and they produce their output there
(wihin freeciv tree). If everything success, final
installers are generated to Output/