Author: cazfi
Date: Mon May  1 12:35:54 2017
New Revision: 35336

URL: http://svn.gna.org/viewcvs/freeciv?rev=35336&view=rev
Log:
Update links to SDL/2 requirement packages in INSTALL

See hrm Feature #656476

Modified:
    branches/S2_6/INSTALL

Modified: branches/S2_6/INSTALL
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_6/INSTALL?rev=35336&r1=35335&r2=35336&view=diff
==============================================================================
--- branches/S2_6/INSTALL       (original)
+++ branches/S2_6/INSTALL       Mon May  1 12:35:54 2017
@@ -4,7 +4,7 @@
 
 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.<locale> (e.g., INSTALL.de).
@@ -329,18 +329,18 @@
    "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 @@
 
  - 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 @@
 
    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 @@
    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 @@
    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:
 =====================================


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to