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 error #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

On executing the install command gis@Vaio:~$ go install github.com/geo-data/cesium-terrain-server

I get this error: can't load package: package github.com/geo-data/cesium-terrain-server: no buildable Go source files in /home/gis/gocode/src/github.com/geo-data/cesium-terrain-server

My data connection seems to be fine. Where are the source files to build. I am executing from my home directory in Ubuntu LTS 14.04 and go is installed and working.

homme commented 9 years ago

The install command in the README was incorrect: I've updated it in commit 4a6a408 as follows:

go get github.com/geo-data/cesium-terrain-server/cmd/cesium-terrain-server