mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Add optional arch packages to building.rst (#3234)
Add packages for KSyntaxHighlighter and graphviz
This commit is contained in:
parent
4fec17bf05
commit
238dd62165
@ -85,8 +85,14 @@ On Arch-based Linux distributions:
|
||||
|
||||
::
|
||||
|
||||
# When building with CUTTER_ENABLE_KSYNTAXHIGHLIGHTING (Default)
|
||||
sudo pacman -Syu --needed syntax-highlighting
|
||||
# When building with CUTTER_ENABLE_GRAPHVIZ (Default)
|
||||
sudo pacman -Syu --needed graphviz
|
||||
|
||||
sudo pacman -Syu --needed base-devel cmake meson qt5-base qt5-svg qt5-tools
|
||||
|
||||
|
||||
On dnf/yum based distributions:
|
||||
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user