From c9c54bdc5534091fc3a39b78db7982fc1619ec23 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 17 Feb 2022 16:16:29 +0200 Subject: [PATCH 26/26] INSTALL.Cygwin: Update list of packages to install See osdn #43885 Signed-off-by: Marko Lindqvist --- doc/INSTALL.Cygwin | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/INSTALL.Cygwin b/doc/INSTALL.Cygwin index d3dd0abb13..f4dea33198 100644 --- a/doc/INSTALL.Cygwin +++ b/doc/INSTALL.Cygwin @@ -23,7 +23,7 @@ a) Install or update your Cygwin by downloading and running installer (packages to be installed as dependencies of ones in the list are not listed): - gcc-g++ (section Development) - - pkg-config (Development) + - pkg-config (Development) or pkgconf (Development) - make (Development) - libsqlite3-devel (Devel) - libiconv-devel (Libs) @@ -41,16 +41,19 @@ a) Install or update your Cygwin by downloading and running installer - libreadline-devel (Libs) (for server command history & completion) - gettext-devel (Development) (for native language support) - libSDL2_mixer-devel (Libs) (for client audio support) + - libzstd-devel (Libs) (for support of zst-compressed savegames) + - liblzma-devel (Libs) (for support of xz-compressed savegames) + - libbz2-devel (Archive) (for deprecated bz2-compressed savegames support) To get and build freeciv development version directly from version control, you need also - git (Development) - - automake1.15 (Development) + - automake1.16 (Development) - libtool (Development) + - python3 (Python) To run freeciv client, you need to install also - xlaunch (X11) - - fontconfig (X11) b) Get a Freeciv source tree (the doc/ directory this INSTALL.Cygwin is in, is a subdirectory of the source tree's root directory). -- 2.34.1