From 62063d4014b85b1ff43bb2f6471d983a327c1b17 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 28 Dec 2021 00:52:18 +0200 Subject: [PATCH 34/34] INSTALL: Update dependency download links See osdn #43300 Signed-off-by: Marko Lindqvist --- INSTALL | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/INSTALL b/INSTALL index 1595abdff1..69609e031b 100644 --- a/INSTALL +++ b/INSTALL @@ -4,7 +4,7 @@ Installing Freeciv: This file describes how to compile and install Freeciv. Last time we made sure this file is up to date was 16-Jul-06. -Last minor update was 21-Dec-21. +Last minor update was 28-Dec-21. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -74,13 +74,13 @@ out whether your system is suitable. If in doubt, just try it. Libcurl takes care of http communication with the metaserver, and file transfers of modpack installers - http://curl.haxx.se/ + https://curl.haxx.se/ - libicu Libicu helps handling UTF-8 texts - http://site.icu-project.org/ + https://icu.unicode.org/ - libsqlite3 @@ -134,7 +134,7 @@ files are found from the system. "pkg-config" is a system for managing library compile/link flags that works with automake and autoconf. You may obtain it at: - http://pkgconfig.freedesktop.org/releases/pkg-config-0.29.1.tar.gz + https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz - The "Glib" utility library. @@ -146,7 +146,7 @@ files are found from the system. If the Freeciv configure process tells you that you don't have the Glib library installed, then it may be obtained from here: - http://ftp.gnome.org/pub/gnome/sources/glib/2.50/glib-2.50.1.tar.xz + https://download.gnome.org/sources/glib/2.70/glib-2.70.2.tar.xz - The "Atk" accessibility library. @@ -154,21 +154,21 @@ files are found from the system. It allows people with disabilities to utilize all the functionality provided by Gtk+ apps. You may obtain it at: - http://ftp.gnome.org/pub/gnome/sources/atk/2.22/atk-2.22.0.tar.xz + https://download.gnome.org/sources/atk/2.36/atk-2.36.0.tar.xz - The "Pango" text layout and rendering library. "Pango" is library for layout and rendering of text, with an emphasis on internationalization. You may obtain it at: - http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.3.tar.xz + https://download.gnome.org/sources/pango/1.50/pango-1.50.3.tar.xz - The "Gdk-Pixbuf" image loading/saving library "Gdk-Pixbuf" used to be part of "Gtk+" itself, but is now separate project. It may be obtained from: - http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.36/gdk-pixbuf-2.36.0.tar.xz + https://download-fallback.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz - The "Gtk+" widget library. @@ -189,7 +189,7 @@ files are found from the system. If the Freeciv configure process tells you that you don't have the Gtk+ library installed, then it may be obtained from here: - http://ftp.gnome.org/pub/gnome/sources/gtk+/3.22/gtk+-3.22.12.tar.xz + https://download-fallback.gnome.org/sources/gtk+/3.24/gtk+-3.24.31.tar.xz "Gtk+" depends on the "Glib", "Atk", "Gdk-Pixbuf", and "Pango" libraries. @@ -208,7 +208,7 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. These features make it a good choice for portable games. You may obtain it at: - http://www.libsdl.org/release/SDL2-2.0.3.tar.gz + https://www.libsdl.org/release/SDL2-2.0.18.tar.gz To compile the client using the "SDL2" library add "--enable-client=sdl2" to the Freeciv configure script. See the section below for more @@ -220,22 +220,22 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. them to "SDL surfaces" that can be handled by the "SDL" library. You may obtain it at: - http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz + https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz - The "SDL2_gfx" library. - http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.3.tar.gz + https://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.4.tar.gz - The "SDL2_ttf" library. - http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz + https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz - The "freetype" library. This library helps to render text for the SDL2 client, using an externally provided TrueType font. You may obtain it at: - http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 + https://download.savannah.gnu.org/releases/freetype/freetype-2.11.1.tar.xz 1c. Prerequisites for the Qt client: ==================================== -- 2.34.1