mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Recommend Go 1.8.1.
This commit is contained in:
parent
fd73757bbd
commit
ccefe39d7c
@ -12,11 +12,11 @@ A quick and dirty way to produce the binaries of `mtdbconverter`,
|
|||||||
|
|
||||||
# Assuming you have a 64bit GNU/Linux system. For other systems take
|
# Assuming you have a 64bit GNU/Linux system. For other systems take
|
||||||
# the corresponding version from https://golang.org/dl/
|
# the corresponding version from https://golang.org/dl/
|
||||||
$ wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
$ wget https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz
|
||||||
|
|
||||||
$ echo "53ab94104ee3923e228a2cb2116e5e462ad3ebaeea06ff04463479d7f12d27ca go1.8.linux-amd64.tar.gz" | sha256sum -c -
|
$ echo "a579ab19d5237e263254f1eac5352efcf1d70b9dacadb6d6bb12b0911ede8994 go1.8.1.linux-amd64.tar.gz" | sha256sum -c -
|
||||||
|
|
||||||
$ tar xf go1.8.linux-amd64.tar.gz
|
$ tar xf go1.8.1.linux-amd64.tar.gz
|
||||||
|
|
||||||
$ mkdir -p gopath/{pkg,bin,src}
|
$ mkdir -p gopath/{pkg,bin,src}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user