From c6002e5c72687f88571267d119c36f32aefb7f79 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Tue, 28 Dec 2021 00:50:07 +0200 Subject: [PATCH 24/24] INSTALL: Update dependency download links See osdn #43300 Signed-off-by: Marko Lindqvist --- INSTALL | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/INSTALL b/INSTALL index 4b0e5c9ec1..3ecff0e8af 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). @@ -75,13 +75,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 @@ -136,7 +136,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.28.tar.gz + https://pkg-config.freedesktop.org/releases/pkg-config-0.29.2.tar.gz - The "Glib" utility library. @@ -148,7 +148,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.36/glib-2.36.1.tar.xz + https://download.gnome.org/sources/glib/2.70/glib-2.70.2.tar.xz - The "Atk" accessibility library. @@ -156,21 +156,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.8/atk-2.8.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.34/pango-1.34.0.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.28/gdk-pixbuf-2.28.1.tar.xz + https://download-fallback.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz - The "Gtk+" widget library. @@ -188,7 +188,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.12/gtk+-3.12.2.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. @@ -203,7 +203,7 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. "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. @@ -215,7 +215,7 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. 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. @@ -223,21 +223,21 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. 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. @@ -258,7 +258,7 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. 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. @@ -277,7 +277,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 @@ -289,22 +289,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 1d. Prerequisites for the Qt client: ==================================== -- 2.34.1