CompilingWesnothOnSyllable
From Wesnoth
Compiling Wesnoth
Tools
Compiling Wesnoth on Syllable
This is a guide form 29-08-2007
How to build Wesnoth, in 6 easy steps (and you might even skip two of them), on Syllable. If you already have Developer's Delight, FreeType, and libpng, you can skip (parts of) Step 2. If you have (or don't want) gettext, you can also skip Step 3.
Step 1:
Open the Terminal
Step 2:
Download and install Developer's Delight:
unzip DevelopersDelight-7.i586.zip cd DevelopersDelight sh install.sh
Download and install FreeType:
unzip freetype-2.3.4.bin.1.zip -d /usr package register /usr/freetype
Download and install LibPNG:
unzip libpng-1.2.13.bin.1.zip -d /usr package register /usr/libpng
Step 3:
Build and install gettext:
build update build log build gettext-0.16.1 build install gettext-0.16.1
Step 4:
Build Wesnoth:
build update build log build wesnoth-x.y.z build install wesnoth-x.y.z
Step 5:
Move files to Applications:
mv /usr/wesnoth /Applications
Step 6:
Have fun!
This page was last modified 01:00, 22 February 2008.
