Skip to content

Build Instructions for ArchLinux

Semen Martynov edited this page Jan 4, 2021 · 3 revisions

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

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