Author: ivanovic
Date: Wed Apr 25 16:37:52 2007
New Revision: 17083

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17083&view=rev
Log:
updated dependencies in the INSTALL doc

Modified:
    trunk/INSTALL

Modified: trunk/INSTALL
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/INSTALL?rev=17083&r1=17082&r2=17083&view=diff
==============================================================================
--- trunk/INSTALL (original)
+++ trunk/INSTALL Wed Apr 25 16:37:52 2007
@@ -2,19 +2,22 @@
 
 You'll need to have these libraries (with equivalent devel versions) to build 
Wesnoth:
 
- libsdl1.2
- libsdl-image1.2
+ libsdl1.2.7
+ libsdl-image1.2 (with png support)
  libsdl-mixer1.2 (with Vorbis support)
  libsdl-net
  libfreetype2
+ 
+Recommended (can be deactivated via ./configure --disable-python):
+ python2.4
 
 SDL* libraries can be found at http://www.libsdl.org . libfreetype can be found
-at http://www.freetype.org/ .
+at http://www.freetype.org/ . python can be found at http://www.python.org
 
 You will also need to have a working installation of gettext to build the
 translations.
 
-The .tar.gz file is distributed with a working set of configure files. They
+The .tar.bz2 file is distributed with a working set of configure files. They
 are not in the SVN repository. Consequently, if you are building from
 SVN, you will need autoconf (>= 2.59) and automake (>= 1.9). Run './autogen.sh'
 then to generate the configure files.
@@ -30,7 +33,7 @@
 
 First untar the package:
 
- $ tar xfzv wesnoth-x.y.z.tar.gz
+ $ tar xfjv wesnoth-x.y.z.tar.bz2
 
 then
 


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to