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

go get exited with error #27

Open sanketpayghan-zz opened 4 years ago

sanketpayghan-zz commented 4 years ago

while doing go get as mentioned in read me got following error

go get github.com/paulsmith/gogeos/geos

In file included from ../../pkg/mod/github.com/paulsmith/gogeos@v0.1.2/geos/coordseq.go:4:
./geos.h:1:10: fatal error: 'geos_c.h' file not found
#include <geos_c.h>
         ^~~~~~~~~~
1 error generated.
js-virdi commented 2 years ago

I am also getting the same error. Kindly help or give us some guidance.