Skip to content

Commit

Permalink
doc: Add AUR instructions for toml11.
Browse files Browse the repository at this point in the history
  • Loading branch information
heinezen committed Oct 16, 2023
1 parent db164ef commit adeddfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/build_instructions/arch_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

> NOTE: `openage` is packaged in the [AUR](https://aur.archlinux.org/packages/openage-git/)!
This command should provide required packages for Arch Linux installation:
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 sdl2 sdl2_image opusfile opus python-pylint python-toml qt6-declarative`

Additionally, you have to install [`toml11`](https://aur.archlinux.org/packages/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`
Expand Down

0 comments on commit adeddfa

Please sign in to comment.