NOTE: THIS IS VERY EARLY ALPHA, for fun, based on https://github.com/zikes/chrisify (thanks!)
The quickest and easiest way to begin developing is to follow these steps:
- Install Golang on your Computer (
brew install golang
)- Set your GOPATH if you have not previously done so:
mkdir $HOME/.go && export GOPATH=$HOME/.go
)
- Set your GOPATH if you have not previously done so:
- Install the OpenCV Developer package (
brew install homebrew/science/opencv
) - Download the OpenCV pacakge for Go (
go get github.com/lazywei/go-opencv
)