HomearrowDownload
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 for Windows

AstroMenace for Windows

Version 1.4.2

 
 
 
 
 
AstroMenace for macOS

AstroMenace for macOS

Version 1.3.2

 
 
 
 
 
AstroMenace for Linux

AstroMenace for Linux

Version 1.4.2

 
Almost all popular Linux distros already have a stable version of the game in their repositories. Install the "astromenace" package with your distro's package manager. We do not provide compiled binary packages for Linux anymore, contact maintainers of your Linux distro in order to get binary package.
 
 

Installation.

 
  • Ubuntu/Mint/Debian:
    $ sudo apt-get install astromenace
     
  • Mageia:
    $ sudo urpmi astromenace
     
  • OpenSuse:
    $ sudo zypper install astromenace
     
  • Fedora:
    $ sudo yum install astromenace
     
  • FreeBSD:
    $ sudo pkg_add -r -v astromenace
     
 

Build from sources.

 
  • Make sure all necessary packages with development headers installed in your system: gcc or clang or any compiler with full ISO/IEC 14882:2011 (C++11) support, cmake, make, git, libsdl2, libogg, libvorbis, openal, alut (freealut), freetype2
  • Ubuntu/Mint/Debian:
    $ sudo apt-get install g++ cmake make git libsdl2-dev libogg-dev \
    libvorbis-dev libopenal-dev libalut-dev libfreetype6-dev
  • Mageia:
    $ sudo urpmi gcc-c++ cmake make git libsdl2.0-devel libogg-devel \
    libvorbis-devel libopenal-devel libfreealut-devel freetype2-devel
  • OpenSuse:
    $ sudo zypper install gcc-c++ cmake make git libSDL2-devel libogg-devel \
    libvorbis-devel openal-soft-devel freealut-devel freetype2-devel
  • Fedora:
    $ sudo yum install gcc-c++ cmake make git SDL2-devel libogg-devel libvorbis-devel \
    openal-soft-devel freealut-devel freetype-devel linux-libertine-fonts
  • FreeBSD:
    $ sudo pkg_add -r -v gcc cmake git sdl20 libogg libvorbis openal freealut freetype2
  • Download and unpack latest stable release

    $ cd ~/
    $ wget https://github.com/viewizard/astromenace/archive/v1.4.2.tar.gz
    $ mkdir -p ./AstroMenace
    $ tar -xzvf v1.4.2.tar.gz -C ./AstroMenace --strip-components=1
  • Compile game binary (game data file will be created automatically)

    $ cd ~/AstroMenace
    $ cmake -DCMAKE_BUILD_TYPE=Release ./
    $ make -j5
  • Create desktop shortcut or start AstroMenace

    $ ~/AstroMenace/astromenace

Copyright © 2000-2022 Viewizard