Skip to content

Commit

Permalink
Merge pull request #1580 from heinezen/fix/arch-toml11
Browse files Browse the repository at this point in the history
Add AUR instructions for installing `toml11`
  • Loading branch information
TheJJ authored Oct 17, 2023
2 parents 5fcd3d7 + adeddfa commit d0d8740
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 d0d8740

Please sign in to comment.