Add building instructions for specific distro (#2009)

This commit is contained in:
Liumeo 2020-01-15 00:30:08 -05:00 committed by Itay Cohen
parent c07305475b
commit c5c9d5201b

View File

@ -26,12 +26,18 @@ On Linux, you will need:
* qt5-svg
* pkgconf
On some Linux distributions, all of these packages can be installed with this single command:
On Debian-based Linux distributions, all of these packages can be installed with this single command:
::
sudo apt install git build-essential cmake meson libzip-dev zlib1g-dev qt5-default libqt5svg5-dev
On Arch-based Linux distributions, build-essential should be replaced by base-devel:
::
sudo pacman -Syu git base-devel cmake meson qt5-base qt5-svg
Building steps
~~~~~~~~~~~~~~