diff --git a/INSTALL b/INSTALL index 8e599a619a9..5738b522a3e 100644 --- a/INSTALL +++ b/INSTALL @@ -1,16 +1,20 @@ PREREQUISITES -# You'll need to have these libraries (with equivalent devel versions) to build Wesnoth: libsdl1.2 -# libsdl-image1.2 -# libsdl-mixer1.2 -# libsdl-ttf2.0 -# libsdl-net +You'll need to have these libraries (with equivalent devel versions) to build Wesnoth: + + libsdl1.2 + libsdl-image1.2 + libsdl-mixer1.2 (with Vorbis support) + libsdl-ttf2.0 + libsdl-net These libraries can be found at http://www.libsdl.org + SOURCECODE -You can get it here: http://wesnoth.whitevine.net/downloads.htm or check WesnothCVS +You can get it here: http://www.wesnoth.org/downloads or check http://www.ventu.info/wesnoth/?WesnothCVS + COMPILING @@ -21,20 +25,27 @@ First untar the package: then $ cd wesnoth-0.x - + followed by $ make - + and finally $ ./wesnoth - + to run the program. Have fun. -Note: Users compiling CVS sources should 'make clean' before 'make' after any tree update. -David White -davidnwhite@optusnet.com.au +RELOCATING DATA -/* $Id$ */ +There is a way to get Wesnoth to locate its data and have the data files not under the executable. You just add the preprocessor symbol WESNOTH_PATH to point to the path the data is at. So when compiling add the flag, + + -DWESNOTH_PATH=\"/usr/share/wesnoth\" + +and Wesnoth will look for its data under /usr/share/wesnoth. + + +NOTE: + +Users compiling CVS sources should 'make clean' before 'make' after any tree update. diff --git a/README b/README index f4d96c2fa20..0e57624da56 100644 --- a/README +++ b/README @@ -4,7 +4,11 @@ Installation instructions can be found in INSTALL A description of how to play the game can be found in MANUAL. -For more information, visit the official Battle for Wesnoth web site: http://wesnoth.whitevine.net +There is wesnoth-releases mailing-list where new releases are announced - subscribe at http://mail.nongnu.org/mailman/listinfo/wesnoth-releases + +Wesnoth User and Developer Forums can be found at http://wesnoth.whitevine.net/forum/phpBB2/index.php + +For more information, visit the official Battle for Wesnoth web site: http://www.wesnoth.org David White davidnwhite@optusnet.com.au diff --git a/changelog b/changelog index a03b5e1396d..bc6cd50ce26 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,5 @@ Version 0.5: + * low traffic wesnoth-releases mailing-list, subscribe at http://mail.nongnu.org/mailman/listinfo/wesnoth-releases * network multiplayer * wesnoth server * more sound effects and musics diff --git a/copyright b/copyright index 06dc4584ede..26c404eef95 100644 --- a/copyright +++ b/copyright @@ -1,6 +1,6 @@ /* Copyright (C) 2003 by David White - Part of the Battle for Wesnoth Project http://wesnoth.whitevine.net + Part of the Battle for Wesnoth Project http://www.wesnoth.org This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License.