Update install instruction: macos dependencies

This commit is contained in:
Arjan Molenaar 2020-08-26 15:37:36 +02:00
parent bf4b53fada
commit 49890d5c42

View File

@ -6,7 +6,7 @@ To setup a development environment with macOS:
1. Install [homebrew](https://brew.sh)
1. Open a terminal and execute:
```bash
$ brew install python3 gobject-introspection gtk+3
$ brew install python3 gobject-introspection gtk+3 adwaita-icon-theme gtk-mac-integration
```
[Clone the
repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository).
@ -26,5 +26,5 @@ link references.
1. Open a terminal and execute the following from the repository directory:
```bash
$ cd macos-dmg
$ source package.sh
$ source package-local.sh
```