chai2010 / opencv

Go bindings for OpenCV1.1 (Dev/Zero Dependencies).
http://godoc.org/github.com/chai2010/opencv
BSD 3-Clause "New" or "Revised" License
118 stars 26 forks source link

cannot find -lopencv110 #6

Closed czxichen closed 9 years ago

czxichen commented 9 years ago

D:/gcc/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lopencv110 collect2.exe: error: ld returned 1 exit status

chai2010 commented 9 years ago

need run go generate first:

  1. go get -d github.com/chai2010/opencv
  2. go generate and go install
czxichen commented 9 years ago

恩呢,解决了,谢谢