Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Update dependency installation instructions. #350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Make sure the http://www.swig.org/[swig] executable is in your PATH.

==== macOS

$ brew install python3 swig qt
$ brew install python3 swig qt5
# Allow access to qmake - see https://superuser.com/a/1153338/104372
$ brew link qt --force

Expand Down