Install:Linux: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
m (Changed protection level for "Install:Linux": unnecessary protection levels ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
(Arch AUR add)
Line 7: Line 7:
     sudo apt-get install g++ zlib1g-dev libglu1-mesa-dev libalure-dev libvorbisfile3 libvorbis-dev libdumb1-dev
     sudo apt-get install g++ zlib1g-dev libglu1-mesa-dev libalure-dev libvorbisfile3 libvorbis-dev libdumb1-dev
* '''Check-out the ENIGMA repo:''' Currently no Linux packages have been built. Instead, you should check out from the [[Install:Git|Repository]].
* '''Check-out the ENIGMA repo:''' Currently no Linux packages have been built. Instead, you should check out from the [[Install:Git|Repository]].
* '''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'' )


== Binaries ==
== Binaries ==

Revision as of 19:23, 25 March 2014

The official logo of Linux based operating systems and environments.

Currently no Linux packages have been built, you can check-out the git repo manually and compile and install from source code.

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: Currently no Linux packages have been built. 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.