mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 04:20:55 +00:00
changed web-site to http://www.wesnoth.org
added information about wesnoth-releases mailing-list added information about Wesnoth forums updated INSTALL
This commit is contained in:
parent
702c01c7c4
commit
0fbc023fc7
37
INSTALL
37
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.
|
||||
|
|
6
README
6
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
Copyright (C) 2003 by David White <davidnwhite@optusnet.com.au>
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user