Skip to content

Commit

Permalink
Add optional arch packages to building.rst (#3234)
Browse files Browse the repository at this point in the history
Add packages for KSyntaxHighlighter and graphviz
  • Loading branch information
8dcc authored Aug 28, 2023
1 parent 4fec17b commit 238dd62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

::
Expand Down

0 comments on commit 238dd62

Please sign in to comment.