Add optional arch packages to building.rst (#3234)

Add packages for KSyntaxHighlighter and graphviz
This commit is contained in:
8dcc­ 2023-08-28 05:30:13 +02:00 committed by GitHub
parent 4fec17bf05
commit 238dd62165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 sudo pacman -Syu --needed base-devel cmake meson qt5-base qt5-svg qt5-tools
On dnf/yum based distributions: On dnf/yum based distributions:
:: ::