Install:Linux: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
* '''Prerequisites:''' GNU GCC G++ Compiler, [[Revision control#Git|Git Client]], [[Java]]
* '''Prerequisites:''' GNU GCC G++ Compiler, [[Revision control#Git|Git Client]], [[Java]]
* '''Install dependencies''':
* '''Install dependencies''':
     <code>sudo apt-get install g++ zlib1g-dev libglu1-mesa-dev libalure-dev libvorbisfile3 libvorbis-dev libdumb1-dev</code>
     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]].


== Binaries ==
== Binaries ==
You will also need the LateralGM and ENIGMA plugin binaries. You can install those automatically by invoking python on install.py, ie,
You will also need the LateralGM and ENIGMA plugin binaries. You can install those automatically by invoking python on install.py, ie,
     <code>python install.py</code>
     python install.py
Or you can obtain them manually per [[Install:Extra_Packages|these instructions]].
Or you can obtain them manually per [[Install:Extra_Packages|these instructions]].


{{DISPLAYTITLE:Linux Installation}}
{{DISPLAYTITLE:Linux Installation}}

Revision as of 22:01, 4 December 2013

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.