forked from freeciv/freeciv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.msys2
198 lines (145 loc) · 5.79 KB
/
README.msys2
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
MSYS2 Windows Installer build notes
====================================
This document is about building Freeciv Windows Installer packages
using MSYS2 from https://www.msys2.org/
Status
====================================
- Buildable clients are gtk3.22, sdl2, and Qt
Setup
====================================
This chapter is about creating new msys2 build environment.
If you want to reproduce more official freeciv builds, the environment
used to make those builds is documented in the next chapter ("Premade environment"),
with listing of versions current at the time of this freeciv version.
1) Install MSYS2 following the documentation on their homepage
1.1) Download
https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-x86_64-20210604.exe
for win64 host
1.2) Run it to install MSYS2 on build system
1.3) Launch msys2_shell to update packages
> pacman -Syu
2) Install following packages with 'pacman -Su --needed'
2.1) Packages needed for building freeciv
These packages are needed even if you don't plan to make installer,
but only build freeciv for local use.
2.1.1) Arch independent packages needed for building freeciv
2.1.1.1) Arch independent packages always needed for building freeciv
With these packages it's possible to build freeciv source tree that
has already such generated files present that are created for the
release tarball.
- make
- gettext
2.1.1.2) Arch independent packages needed for getting and extracting freeciv
source tarball
- tar
2.1.1.3) Arch independent packages needed for building freeciv from repository
checkout. These are needed in addition to the ones always needed for building
freeciv.
- git
- automake1.16
- libtool
- autoconf
2.1.2) Arch-specific packages needed for building freeciv
2.1.2.1) Arch-specific packages for building common parts
- mingw-w64-i686-gcc / mingw-w64-x86_64-gcc
- mingw-w64-i686-pkgconf / mingw-w64-x86_64-pkgconf
- mingw-w64-i686-icu / mingw-w64-x86_64-icu
- mingw-w64-i686-curl / mingw-w64-x86_64-curl
- mingw-w64-i686-imagemagick / mingw-w64-x86_64-imagemagick
- mingw-w64-i686-SDL2_mixer / mingw-w64-x86_64-SDL2_mixer
2.1.2.1.2) Arch-specific optional packages for building common parts
- mingw-w64-i686-drmingw / mingw-w64-x86_64-drmingw
- mingw-w64-i686-meson / mingw-w64-x86_64-meson
- mingw-w64-i686-tolua / mingw-w64-x86_64-tolua
2.1.2.2) Arch-specific packages for building gtk3.22-client
- mingw-w64-i686-gtk3 / mingw-w64-x86_64-gtk3
2.1.2.3) Arch-specific packages for buildind Qt-client and/or Ruledit
- mingw-w64-i686-qt5 / mingw-w64-x86_64-qt5
2.1.2.4) Arch-specific packages for building sdl2-client
- mingw-w64-i686-SDL2_image / mingw-w64-x86_64-SDL2_image
- mingw-w64-i686-SDL2_ttf / mingw-w64-x86_64-SDL2_ttf
- mingw-w64-i686-SDL2_gfx / mingw-w64-x86_64-SDL2_gfx
2.2) Packages needed for building installer package
These are needed in addition to above ones used in the
building step already.
2.2.1) Arch-specific packages needed for building installer
package
- mingw-w64-i686-nsis / mingw-w64-x86_64-nsis
Premade environment
====================================
Premade msys2 environment is available for download from
http://files.freeciv.org/packages/windows/msys2/
Current version is
win64 host:
-----------
msys2-freeciv-win64-210831.7z, based on
https://sourceforge.net/projects/msys2/files/Base/x86-64/msys2-x86_64-20210604.exe
with packages updated to 31-Aug-2021 level.
Both win32 and win64 targets are included. For each package listed below with <arch>
in the name, actually two packages is installed; one with a name where <arch> is
replaced by 'i686' and one where <arch> is replaced by 'x86_64'
Following packages have been installed:
- make
- tar
- git
- patch
- nano
- automake1.16
- libtool
- autoconf
- gdb
- mingw-w64-<arch>-gcc
- mingw-w64-<arch>-pkgconf
- mingw-w64-<arch>-icu
- mingw-w64-<arch>-curl
- mingw-w64-<arch>-sqlite3
- mingw-w64-<arch>-gtk3
- mingw-w64-<arch>-nsis
- mingw-w64-<arch>-SDL2_mixer
- mingw-w64-<arch>-SDL2_image
- mingw-w64-<arch>-SDL2_ttf
- mingw-w64-<arch>-SDL2_gfx
- mingw-w64-<arch>-imagemagick
- mingw-w64-<arch>-qt5
- mingw-w64-<arch>-drmingw
- mingw-w64-<arch>-meson
- mingw-w64-<arch>-tolua
After all the packages were installed 'pacman -Scc' was run to completely
empty the package cache for having smaller environment package.
Build
====================================
Launch msys2 shell. Get the freeciv sources there
somehow. Some options are:
1) Download freeciv tarball within msys2 shell with wget
2) Use git within msys2 shell to get them from version control
3) Copy them from Windows folder where they are to a directory that
is within msys2
> cd windows/installer_msys2
> make <targets>
Target can be:
- "all" (default), build all installers
- "<gui>-installer", where <gui> is
- gtk3.22
- sdl2
- qt
- "ruledit-installer"
- "snapshot", if your freeciv sources are in git checkout directory,
builds all installers with commit id in version number
You can also set minimum Windows version targeted. While setting this
to an older version allows those Windows versions to run the created
executables, it may come with the cost of disabling functionality that
newer Windows versions could otherwise have.
The version is set via MIN_WIN_VER variable. For values to use, see
list in: https://msdn.microsoft.com/en-us/library/6sehtctf.aspx
Current default is 0x0601 (Windows 7).
It's possible to set number of make jobs used in the build by
setting suitable make parameter to MAKE_PARAMS environment variable, e,g,
MAKE_PARAMS="-j3". The default is job count equal to number of
processor cores in the system.
Problems
====================================
- Freeciv linked against readline in msys2 does not work.
Configure freeciv with --without-readline
TODO
====================================
- Readline support