diff --git a/Build-Instructions-for-ArchLinux.md b/Build-Instructions-for-ArchLinux.md index 49a73b5..9f7755b 100644 --- a/Build-Instructions-for-ArchLinux.md +++ b/Build-Instructions-for-ArchLinux.md @@ -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