mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Add building instructions for specific distro (#2009)
This commit is contained in:
parent
c07305475b
commit
c5c9d5201b
@ -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
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user