kakao / n2

TOROS N2 - lightweight approximate Nearest Neighbor library which runs fast even with large datasets
Apache License 2.0
567 stars 71 forks source link

Build fails when no GOPATH is defined #17

Closed cynthia closed 6 years ago

cynthia commented 6 years ago

The Makefile implies that when the all target is built the user has Go (and hence, GOPATH) available - when it is not set, it will try to write to /src/n2 in the filesystem and trigger a permission error.

Considering that the core library is native, I don't think Go should be a hard requirement.