wesnoth/INSTALL
2003-12-23 20:16:21 +00:00

49 lines
660 B
Plaintext

Prerequisites:
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://www.wesnoth.org/downloads
http://www.ventu.info/wesnoth/?WesnothCVS
Compiling:
First untar the package:
$ tar xfzv wesnoth-0.x.tar.gz
then
$ cd wesnoth-0.x
followed by
$ ./configure
compile with
$ make
Installing:
$ make install
Note:
Users compiling CVS sources should 'make clean' before 'make' after any tree update.