Skip to content
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,11 @@ You can install it by using Homebrew:

To verify your installation you can run one of the included examples.

First, change the current directory to the location of the GoCV repo:
To start, you will need to set the `PKG_CONFIG_PATH` environment variable (replacing `4.5.3` if needed):

export PKG_CONFIG_PATH="/opt/homebrew/Cellar/opencv/4.5.3/lib/pkgconfig"

Next, change the current directory to the location of the GoCV repo:

cd $HOME/folder/with/your/src/gocv

Expand Down