wesnoth/INSTALL
Philippe Plantier 30892869b6 Updating the INSTALL files, removing the dependency on SDL_ttf,
and adding the dependency on freetype.
2004-10-30 15:16:37 +00:00

52 lines
766 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-net
libfreetype2
SDL* libraries can be found at http://www.libsdl.org . libfreetype can be found
at http://www.freetype.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
Updating:
When updating wesnoth (e.g. redoing "configure" with new switches, or updating from CVS) clean the tree first with:
$ make clean