geo-data / cesium-terrain-server

A basic server for serving up filesystem based tilesets representing Cesium.js terrain models
271 stars 111 forks source link

Installation Not working #26

Open AviFix opened 3 years ago

AviFix commented 3 years ago

Hi Installation via "go get github.com/geo-data/cesium-terrain-server/cmd/cesium-terrain-server " isn't working.

When trying to download the project and run make I get this error

   myMac:cesium-terrain-server myUser$ make
   go get github.com/jteeuwen/go-bindata/... && touch /bin/go-bindata
   touch: /bin/go-bindata: Operation not permitted
   make: *** [/bin/go-bindata] Error 1

Please advise Thanks

Gwing97 commented 3 years ago

Maybe you should set GOPATH enviroment variable first?

mjm1175 commented 1 year ago

Having the same issue. I have checked with go env that GOPATH is set to /home/user/go but the issue persists.

I tried cloning the repo into the same folder (/home/user/go) and makeing from there. Also tried cloning into a different dir off user. Neither worked and I'm still having this issue.