Install:Arch_Linux - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

The method for installing ENIGMA on Arch Linux and its derivatives is similar to the method highlighted for installing to Debian and Ubuntu based ones.

Easy method for Arch Linux users

On Arch Linux simply copy and paste this code into a file called "install.sh" and run it. If it doesn't run make sure you have given it permission to be run as an executable.

  • The following dependencies will be installed for ENIGMA and the games it creates:

   sudo pacman -Sy wget git gcc gdb pkg-config make protobuf protobuf-c zlib glew glm libpng glu mesa alure                     libvorbis vorbis-tools box2d dumb sdl2 libxrandr libxinerama jre-openjdk jdk-openjdk                     pkg-config rapidjson yaml-cpp boost pulseaudio pugixml zenity kdialog

  • These may be needed to be installed on end-users' computers that run your games:

   sudo pacman -Sy zlib glew glm libpng glu mesa alure libvorbis vorbis-tools box2d dumb sdl2 libxrandr                     libxinerama zenity kdialog

  • End-users' won't need all of those dependencies, depending on the features used...

Please start a topic on the forums if you are unsure which dependencies your game needs.

⚠️ **GitHub.com Fallback** ⚠️