Skip to content

Latest commit

History

History
20 lines (12 loc) 路 988 Bytes

arch_linux.md

File metadata and controls

20 lines (12 loc) 路 988 Bytes

Prerequisite steps for Arch Linux users

NOTE: openage is packaged in the AUR!

This command should provide required packages from the Arch Linux repositories:

sudo pacman -S --needed eigen python python-mako python-pillow python-numpy python-lz4 python-pygments cython libepoxy libogg libpng ttf-dejavu freetype2 fontconfig harfbuzz cmake opusfile opus python-pylint python-toml qt6-declarative qt6-multimedia

Additionally, you have to install toml11 from the AUR. If you have yay, you can run this command:

yay -S toml11

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.