Warning: These packages are not well tested.
We use the opensuse build service to provide packages for some linux distribution. The following instructions add our package repository to your package manager and installs the game. Because it's a third party repository and not part of your distribution you have to add/accept our public key. The package includes the game glestadv, the map editor gae_mapeditor and the model viewer gae_g3dviewer. All of them should have an entry in your menu. Enjoy!
Fedora 15
as root do:
curl http://download.opensuse.org/repositories/home:/tetzank/Fedora_15/home:tetzank.repo >/etc/yum.repos.d/obs-gae.repo yum install glestae
accept the untrusted key
OpenSUSE 11.4
- select "Software Repositories" in Yast.
- select "Add" and "Specify URL..."
- http://download.opensuse.org/repositories/home:/tetzank/openSUSE_11.4/
- accept untrusted GnuPG Key after "OK"
- run "Install/Remove Software" in Yast
- install the package glestae
Debian 6 and Ubuntu 11.04
add the following line to /etc/apt/sources.list:
deb http://widehat.opensuse.org/repositories/home:/tetzank/Debian_6.0 ./
or
deb http://widehat.opensuse.org/repositories/home:/tetzank/xUbuntu_11.04 ./
add key:
wget http://download.opensuse.org/repositories/home:/tetzank/Debian_6.0/Release.key -O - | sudo apt-key add -
or
wget http://download.opensuse.org/repositories/home:/tetzank/xUbuntu_11.04/Release.key -O - | sudo apt-key add -
(it's the same key)
Install the package glestae with your prefered package manager or simple do:
sudo apt-get install glestae