You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you should list all the dependancies for the software.
With try and error I found at least: $ sudo apt install golang golang-github-mattn-go-sqlite3-dev golang-github-beevik-etree-dev
Now running ./scripts/install
I got this error:
../../gpx.go:8:2: cannot find package "github.com/beevik/etree" in any of:
/usr/lib/go-1.11/src/github.com/beevik/etree (from $GOROOT)
/home/efa/go/src/github.com/beevik/etree (from $GOPATH)
the etree package is installed.
These two env vars are undefined in golang 1.11
Debian10
The text was updated successfully, but these errors were encountered:
you should list all the dependancies for the software.
With try and error I found at least:
$ sudo apt install golang golang-github-mattn-go-sqlite3-dev golang-github-beevik-etree-dev
Now running
./scripts/install
I got this error:
the etree package is installed.
These two env vars are undefined in golang 1.11
Debian10
The text was updated successfully, but these errors were encountered: