|
On this page, you can download our games to help you evaluate the quality of our software. Click on a file name to download the game you want.
AstroMenace development moved to sourceforge.net. We do not provide compiled binary packages for Linux anymore, contact your maintainers in order to get binary package for your Linux distro.
The easy way to get up to date AstroMenace on your computer:
- Make sure all necessary packages with development headers installed in your system: gcc (with g++), cmake, subversion, libsdl, libogg, libvorbis, GLU, openal, alut (freealut), libXinerama, freetype2
-
For Ubuntu/Mint/Debian:
$ sudo apt-get install g++ cmake make subversion libsdl1.2-dev \
libogg-dev libvorbis-dev libopenal-dev libalut-dev libXinerama-dev \
libfreetype6-dev
-
For Mageia:
$ sudo urpmi gcc-c++ cmake make subversion libSDL-devel libogg-devel \
libvorbis-devel libopenal-devel libxinerama-devel libfreealut-devel \
freetype2-devel
-
For OpenSuse:
$ sudo zypper install gcc-c++ cmake make subversion libSDL-devel \
libogg-devel libvorbis-devel openal-soft-devel libXinerama-devel freealut-devel \
freetype2-devel
-
For Fedora:
$ sudo yum install gcc-c++ cmake make subversion SDL-devel libogg-devel \
libvorbis-devel openal-soft-devel libXinerama-devel freealut-devel \
freetype-devel
-
For FreeBSD:
$ sudo pkg_add -r -v gcc cmake subversion sdl libogg libvorbis openal \
libXinerama freealut freetype2
- Checkout svn with latest source files
$ cd ~/
$ svn checkout http://svn.code.sf.net/p/openastromenace/code/ AstroMenace
or download and unpack latest stable release
$ cd ~/
$ wget http://sourceforge.net/projects/openastromenace/files/1.3.1/astromenace-src-1.3.1.tar.bz2
$ tar xvjf astromenace-src-1.3.1.tar.bz2
- Compile game binary
$ cd ~/AstroMenace
$ cmake ./
$ make
- Create game VFS data file
$ ./AstroMenace --pack --rawdata=./RAW_VFS_DATA
- Create desktop shortcut or start AstroMenace
$ ~/AstroMenace/AstroMenace
|