From 9155c1ac412f8bd331bd8e127dbcbd23d500520b Mon Sep 17 00:00:00 2001 From: cazfi Date: Mon, 1 May 2017 10:35:54 +0000 Subject: [PATCH] Update links to SDL/2 requirement packages in INSTALL See hrm Feature #656476 git-svn-id: svn://svn.gna.org/svn/freeciv/branches/S2_6@35336 a0f10bec-cc02-0410-94fc-a9cfff90b4cd --- INSTALL | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index 5a58748288..e1f5ef1b2b 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-Apr-15. +Last minor update was 30-Apr-17. There may be a localized version of this file in the ./doc directory, named INSTALL. (e.g., INSTALL.de). @@ -329,18 +329,18 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. "Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer." (http://www.libsdl.org) - + These features make it a good choice for portable games. You may obtain it at: - - http://www.libsdl.org/release/SDL-1.2.11.tar.gz + + http://www.libsdl.org/release/SDL-1.2.15.tar.gz To compile the client using the "SDL" library add "--enable-client=sdl" - to the Freeciv configure script. See the section below for more + to the Freeciv configure script. See the section below for more information about the configure script. - + - The "SDL_image" library. - + This library loads the PNG images (with the help of libpng) and converts them to "SDL surfaces" that can be handled by the "SDL" library. You may obtain it at: @@ -349,7 +349,7 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. - The "SDL_gfx" library. - http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.25.tar.gz + http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.26.tar.gz - The "SDL_ttf" library. @@ -359,8 +359,8 @@ following order: pkg-config, Glib, Atk, Pango, Gdk-Pixbuf, Gtk+. This library helps to render text for the SDL client, using an externally provided TrueType font. You may obtain it at: - - http://download.savannah.gnu.org/releases/freetype/freetype-2.3.2.tar.gz + + http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 1e. Prerequisites for the SDL2 client: ===================================== @@ -374,7 +374,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 + http://www.libsdl.org/release/SDL2-2.0.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 @@ -386,22 +386,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.0.tar.gz + http://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.tar.gz - The "SDL2_gfx" library. - http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.1.tar.gz + http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-1.0.3.tar.gz - The "SDL2_ttf" library. - http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-2.0.25.tar.gz + http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.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.5.4.tar.bz2 + http://download.savannah.gnu.org/releases/freetype/freetype-2.7.1.tar.bz2 1f. Prerequisites for the Xaw client: ===================================== -- 2.11.4.GIT