blob: 04908b1cf29c28f767d18612666a8814b4188122 [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001# Go on NetBSD
2
Brad Fitzpatrick68d31f52017-06-29 12:15:30 -07003Go on NetBSD is not stable as of Go 1.8/Go 1.9. See https://tip.golang.org/doc/go1.9#known_issues and https://github.com/golang/go/issues/20852
4
Mikio Hara0b3af0c2017-05-31 10:06:22 +09005| **Kernel version** | **Architectures** | **Initial support version** | **Final support version** |
6|:----------------------|:------------------|:----------------------------|:--------------------------|
Mikio Haradecdf1e2018-02-21 08:01:04 +09007| 8.0 or above | amd64, arm, 386 | | |
Mikio Hara995f2c62018-02-21 10:42:43 +09008| 7.0 through 7.1 | amd64, arm, 386 | Go 1.3 _*_ | |
Mikio Hara0b3af0c2017-05-31 10:06:22 +09009| 6.0 through 6.1 | amd64, arm, 386 | Go 1.3 _*_ | |
10| 5.0 through 5.2 (EOL) | amd64, 386 | Go 1 | Go 1.2.2 |
Mikio Hara69572382017-03-23 12:34:27 +090011
12_*_ Go 1.5 or above is recommended.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110013
14# Preparing NetBSD for Go
15 * install NetBSD 6.0 (remember to install pkgsrc in the last step)
Konstantin Kulikov201613b2015-08-07 12:53:32 +030016 * install shells/bash and devel/git (do ` make package-install clean ` in ` /usr/pkgsrc/shells/bash ` and ` /usr/pkgsrc/devel/git `.
17 * Using binary packages: ` pkgin install bash git `