paulsmith / gogeos

Go library for spatial data operations and geometric algorithms (Go bindings for GEOS)
http://paulsmith.github.io/gogeos/
MIT License
280 stars 79 forks source link

added homebrew-specific header path fix to readme #7

Open compiledpanda opened 10 years ago

compiledpanda commented 10 years ago

I went to use this in a mac with homebrew and got include and linker errors on compile. I traced it down to xcode messing with the default include and linker paths and removing the default gcc behavior of looking in /usr/lib/... (which is where homebrew puts the headers and libs). Just wanted to update the docs and save others the work I went through.

Do you want me to submit another pull request to gh-pages with the same verbiage?