Skip to content

Build Instructions for Debian Family

Cristian Ferreyra edited this page Jul 16, 2022 · 11 revisions

Installing dependencies

sudo apt-get install cmake extra-cmake-modules libqt5webkit5-dev libqt5x11extras5-dev libarchive-dev libsqlite3-dev libxcb-keysyms1-dev qtwebengine5-dev

Building Zeal

mkdir build && cd build
cmake ..
make

Installation

sudo make install

Post installation

Reload desktop files for dash:// and dash-plugin:// URL handler support.

sudo update-desktop-database