Show SVG icon in "Help->About Diffuse..." on macOS

GTK on Mac needs a helper lib to be able to draw .svg files.
This commit is contained in:
Hugo Holgersson 2022-08-18 20:48:04 +02:00 committed by Romain Failliot
parent c0b09ae95a
commit c4869e15cb
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ _Note: Tested on Fedora 34_
On Mac, all deps can be fetched using [Homebrew](https://docs.brew.sh/). On Mac, all deps can be fetched using [Homebrew](https://docs.brew.sh/).
```sh ```sh
brew install meson python3 py3cairo pygobject3 gtk+3 brew install meson python3 py3cairo pygobject3 gtk+3 librsvg
``` ```
_Note: Tested on macOS 12.5 (Monterey)_ _Note: Tested on macOS 12.5 (Monterey)_
@ -133,7 +133,7 @@ Meson allows to change the default installation directories, see
Building on Mac OS is similar to building on Linux. To recap, these are Building on Mac OS is similar to building on Linux. To recap, these are
the steps needed to build and install Diffuse manually: the steps needed to build and install Diffuse manually:
```brew install meson python3 py3cairo pygobject3 gtk+3 ```brew install meson python3 py3cairo pygobject3 gtk+3 librsvg
meson setup build meson setup build
cd build cd build
meson compile meson compile