Skip to content

Instantly share code, notes, and snippets.

@thomersch
Created June 26, 2015 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomersch/7f82830e61f08e65eac5 to your computer and use it in GitHub Desktop.
Save thomersch/7f82830e61f08e65eac5 to your computer and use it in GitHub Desktop.
Building imposm under FreeBSD
CGO_CFLAGS="-I/usr/local/include -ferror-limit=0" CGO_LDFLAGS="-L/usr/local/lib/" GOPATH=$GOPATH":"$PWD/Godeps/_workspace/ go build imposm3.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment