Skip to content

Build Instructions for ArchLinux

Matthew Johnston edited this page Jun 1, 2023 · 3 revisions

Zeal is not included in Arch pacman, but we have 2 version in the AUR:

Requirements

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.

git clone [email protected]:zealdocs/zeal.git
cd zeal
mkdir build && cd build
cmake ..
make
sudo make install