Skip to content
Thomas Kowaliczek edited this page Oct 31, 2016 · 4 revisions

Installing fife and fifechan from source

Guide for installing fife and fifechan from source could be found here:

Building Guide The MacOS fife/fifechan guide it not final yet.

Installing Unknown-Horizons from source

  • First step get git version (master branch):

git clone --depth 1 git://github.com/unknown-horizons/unknown-horizons.git

  • Second step build the translations:

cd unknown-horizons && python setup.py build

  • Now you can run Unknown-Horizons with:

python ./run_uh.py

Clone this wiki locally