Update page to include required packages to build

Matthew Johnston 2023-05-31 19:01:40 -05:00
parent f18f49cc99
commit 3174c33f41

@ -3,6 +3,12 @@ Zeal is not included in Arch pacman, but we have 2 version in the AUR:
- [Stable zeal](https://aur.archlinux.org/packages/zeal/)
- [Latest zeal from git](https://aur.archlinux.org/packages/zeal-git/)
Requirements
```sh
sudo pacman -S libarchive xcb-util-keysyms extra-cmake-modules
```
In addition, you can always compile zeal by your hands from the source code repository.
```sh