Monday, July 19, 2010

Fedora 13 and Hedgewars 0.9.13

Hedgewars is a nice game, try it :-)

1. Download and expand Hedgewars source code:
#---
wget http://fireforge.net/frs/download.php/541/hedgewars-src-0.9.13.tar.bz2
tar -xjf hedgewars-src-0.9.13.tar.bz2 -C /tmp/
#---


2. Install the following packages:
#---
yum -y install \
fpc \
gcc \
gcc-c++ \
qt-devel \
SDL-devel \
SDL_net-devel \
SDL_mixer-devel \
SDL_image-devel \
SDL_ttf-devel
#---


3. Compile the code:
#---
cd /tmp/hedgewars-src-0.9.13
cmake -Wno-dev
make
make install
#---


4. Code deployed at:

/usr/local/bin/hedgewars

and

/usr/local/share/hedgewars/

Have fun

1 comment:

Anonymous said...

Thanks man! Work's fine Here :D