Skip to content

Commit c4869e1

Browse files
hugoholgerssonMightyCreak
authored andcommitted
Show SVG icon in "Help->About Diffuse..." on macOS
GTK on Mac needs a helper lib to be able to draw .svg files.
1 parent c0b09ae commit c4869e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developers/developers-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _Note: Tested on Fedora 34_
4141
On Mac, all deps can be fetched using [Homebrew](https://docs.brew.sh/).
4242

4343
```sh
44-
brew install meson python3 py3cairo pygobject3 gtk+3
44+
brew install meson python3 py3cairo pygobject3 gtk+3 librsvg
4545
```
4646

4747
_Note: Tested on macOS 12.5 (Monterey)_
@@ -133,7 +133,7 @@ Meson allows to change the default installation directories, see
133133
Building on Mac OS is similar to building on Linux. To recap, these are
134134
the steps needed to build and install Diffuse manually:
135135

136-
```brew install meson python3 py3cairo pygobject3 gtk+3
136+
```brew install meson python3 py3cairo pygobject3 gtk+3 librsvg
137137
meson setup build
138138
cd build
139139
meson compile

0 commit comments

Comments
 (0)