From c254bd4a20b644898b2bb6bea537bf17c2d84973 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Wed, 31 Jan 2024 06:01:40 +0200 Subject: [PATCH 24/24] INSTALL: Update download links See osdn #46674 Signed-off-by: Marko Lindqvist --- INSTALL | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index dbf62aa09c..2c10f89921 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-Oct-23. +Last minor update was 31-Jan-24. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -135,7 +135,7 @@ Sound support is built in by default if development files for "SDL2" and "SDL2_mixer" libraries are found from the system. Minimum version for SDL2 is 2.0.6. - https://github.com/libsdl-org/SDL_mixer + https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.8.0/SDL2_mixer-2.8.0.tar.gz 1a. Prerequisites for the Gtk+ 3.22 client: @@ -158,7 +158,7 @@ version for SDL2 is 2.0.6. If the Freeciv configure process tells you that you don't have the Glib library installed, then it may be obtained from here: - https://download.gnome.org/sources/glib/2.70/glib-2.70.2.tar.xz + https://download.gnome.org/sources/glib/2.78/glib-2.78.4.tar.xz - The "Atk" accessibility library. @@ -166,21 +166,21 @@ version for SDL2 is 2.0.6. It allows people with disabilities to utilize all the functionality provided by Gtk+ apps. You may obtain it at: - https://download.gnome.org/sources/atk/2.36/atk-2.36.0.tar.xz + https://download.gnome.org/sources/atk/2.38/atk-2.38.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: - https://download.gnome.org/sources/pango/1.50/pango-1.50.3.tar.xz + https://download.gnome.org/sources/pango/1.50/pango-1.50.14.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: - https://download-fallback.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz + https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.10.tar.xz - The "Gtk+" widget library. @@ -201,7 +201,7 @@ version for SDL2 is 2.0.6. If the Freeciv configure process tells you that you don't have the Gtk+ library installed, then it may be obtained from here: - https://download-fallback.gnome.org/sources/gtk+/3.24/gtk+-3.24.31.tar.xz + https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.41.tar.xz "Gtk+" depends on the "Glib", "Atk", "Gdk-Pixbuf", and "Pango" libraries. @@ -228,7 +228,7 @@ following order: pkgconf, 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: - https://download.gnome.org/sources/glib/2.74/glib-2.74.3.tar.xz + https://download.gnome.org/sources/glib/2.78/glib-2.78.4.tar.xz - The "Atk" accessibility library. @@ -243,13 +243,13 @@ following order: pkgconf, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. "Pango" is library for layout and rendering of text, with an emphasis on internationalization. You may obtain it at: - https://download.gnome.org/sources/pango/1.50/pango-1.50.12.tar.xz + https://download.gnome.org/sources/pango/1.50/pango-1.50.14.tar.xz - The "Gdk-Pixbuf" image loading/saving library You may be obtain it at: - https://download-fallback.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.10.tar.xz + https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.10.tar.xz - The "Gtk" widget library. @@ -267,7 +267,7 @@ following order: pkgconf, 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: - https://download.gnome.org/sources/gtk/4.8/gtk-4.8.2.tar.xz + https://download.gnome.org/sources/gtk/4.12/gtk-4.12.5.tar.xz "Gtk" depends on the "Glib", "Atk", "Gdk-Pixbuf", and "Pango" libraries. @@ -286,7 +286,7 @@ following order: pkgconf, Glib, Atk, Pango, Gdk-Pixbuf, Gtk. These features make it a good choice for portable games. You may obtain it at: - https://www.libsdl.org/release/SDL2-2.0.18.tar.gz + https://github.com/libsdl-org/SDL/releases/download/release-2.28.5/SDL2-2.28.5.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 @@ -298,7 +298,7 @@ following order: pkgconf, Glib, Atk, Pango, Gdk-Pixbuf, Gtk. them to "SDL surfaces" that can be handled by the "SDL" library. You may obtain it at: - https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz + https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.2/SDL2_image-2.8.2.tar.gz - The "SDL2_gfx" library. @@ -306,14 +306,14 @@ following order: pkgconf, Glib, Atk, Pango, Gdk-Pixbuf, Gtk. - The "SDL2_ttf" library. - https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.15.tar.gz + https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.22.0/SDL2_ttf-2.22.0.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: - https://download.savannah.gnu.org/releases/freetype/freetype-2.11.1.tar.xz + https://download.savannah.gnu.org/releases/freetype/freetype-2.13.2.tar.xz 1d. Prerequisites for the Qt client: ==================================== -- 2.43.0