From 3174c33f411b677efd14cd4187c6e7f374ad90ad Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Wed, 31 May 2023 19:01:40 -0500 Subject: [PATCH] Update page to include required packages to build --- Build-Instructions-for-ArchLinux.md | 6 ++++++ 1 file changed, 6 insertions(+) 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