Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 838 Bytes

arch_linux.md

File metadata and controls

15 lines (9 loc) · 838 Bytes

Prerequisite steps for Arch Linux users

NOTE: openage is packaged in the AUR!

This command should provide required packages for Arch Linux installation:

sudo pacman -S --needed eigen python python-jinja python-pillow python-numpy python-lz4 python-pygments cython libepoxy libogg libpng ttf-dejavu freetype2 fontconfig harfbuzz cmake sdl2 sdl2_image opusfile opus python-pylint python-toml qt5-declarative qt5-quickcontrols

If you don't have a compiler installed, you can select between these commands to install it:

  • sudo pacman -S --needed gcc
  • sudo pacman -S --needed clang

You can install both compilers and select the one to be used by ./configure.

You will also need nyan and its dependencies.