Linux Installation

From ENIGMA
Revision as of 00:27, 30 January 2015 by RobertBColton (talk | contribs) (links to a game not our engine, idk why this was added)
Jump to navigation Jump to search
The official logo of Linux based operating systems and environments.

Packages

The following list of packages are available for various Linux distributions which offer easy installation.

  • Arch Linux: Build from the AUR: On Arch Linux you can build directly from Git via the AUR at https://aur.archlinux.org/packages/enigma-dev-git/ (or using yaourt -S enigma-dev-git ). This takes care of dependencies, configuration and uninstalling safely for you.

Source Code

You can also build ENIGMA from source code.

  • Prerequisites: GNU GCC G++ Compiler, Git Client, Java
  • Install dependencies:
   sudo apt-get install g++ zlib1g-dev libglu1-mesa-dev libalure-dev libvorbisfile3 libvorbis-dev libdumb1-dev
  • Check-out the ENIGMA repo: Instead, you should check out from the Repository.

Binaries

You will also need the LateralGM and ENIGMA plugin binaries. You can install those automatically by invoking python on install.py, ie,

   python install.py

Or you can obtain them manually per these instructions.