Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 1 | # Go on NetBSD |
| 2 | |
Brad Fitzpatrick | 68d31f5 | 2017-06-29 12:15:30 -0700 | [diff] [blame] | 3 | Go 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 Hara | 0b3af0c | 2017-05-31 10:06:22 +0900 | [diff] [blame] | 5 | | **Kernel version** | **Architectures** | **Initial support version** | **Final support version** | |
| 6 | |:----------------------|:------------------|:----------------------------|:--------------------------| |
Mikio Hara | decdf1e | 2018-02-21 08:01:04 +0900 | [diff] [blame] | 7 | | 8.0 or above | amd64, arm, 386 | | | |
Mikio Hara | 995f2c6 | 2018-02-21 10:42:43 +0900 | [diff] [blame] | 8 | | 7.0 through 7.1 | amd64, arm, 386 | Go 1.3 _*_ | | |
Mikio Hara | 0b3af0c | 2017-05-31 10:06:22 +0900 | [diff] [blame] | 9 | | 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 Hara | 6957238 | 2017-03-23 12:34:27 +0900 | [diff] [blame] | 11 | |
| 12 | _*_ Go 1.5 or above is recommended. |
Andrew Gerrand | 5bc444d | 2014-12-10 11:35:11 +1100 | [diff] [blame] | 13 | |
| 14 | # Preparing NetBSD for Go |
| 15 | * install NetBSD 6.0 (remember to install pkgsrc in the last step) |
Konstantin Kulikov | 201613b | 2015-08-07 12:53:32 +0300 | [diff] [blame] | 16 | * 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 ` |