mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-23 16:50:18 +01:00
Recommend Go 1.8.
This commit is contained in:
parent
9e62c6c318
commit
f11a9b0593
10
COMPILE.md
10
COMPILE.md
@ -3,8 +3,8 @@
|
||||
To build MTSatellite a [Go](http://golang.org) compiler 1.4 or better is needed.
|
||||
|
||||
Currently this is only tested on Debian Wheezy, Debian Jessie,
|
||||
Ubuntu Trusty Thar and Ubuntu Utopic Unicorn. Other flavors
|
||||
of GNU/Linux should do, too. Mac OS X may work. Problems with MS Windows
|
||||
Ubuntu Ubuntu Trusty Thar (14.04) and newer. Other flavors
|
||||
of GNU/Linux should work, too. Mac OS X may work. Problems with MS Windows
|
||||
are expected.
|
||||
|
||||
A quick and dirty way to produce the binaries of `mtdbconverter`,
|
||||
@ -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
|
||||
# the corresponding version from https://golang.org/dl/
|
||||
$ wget https://storage.googleapis.com/golang/go1.7.linux-amd64.tar.gz
|
||||
$ wget https://storage.googleapis.com/golang/go1.8.linux-amd64.tar.gz
|
||||
|
||||
$ echo "702ad90f705365227e902b42d91dd1a40e48ca7f67a2f4b2fd052aaa4295cd95 go1.7.linux-amd64.tar.gz" | sha256sum -c -
|
||||
$ echo "53ab94104ee3923e228a2cb2116e5e462ad3ebaeea06ff04463479d7f12d27ca go1.8.linux-amd64.tar.gz" | sha256sum -c -
|
||||
|
||||
$ tar xf go1.7.linux-amd64.tar.gz
|
||||
$ tar xf go1.8.linux-amd64.tar.gz
|
||||
|
||||
$ mkdir -p gopath/{pkg,bin,src}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user