mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-25 14:37:30 +00:00
52 lines
766 B
Plaintext
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
|