Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.02 KB

NetBSD.md

File metadata and controls

16 lines (13 loc) · 1.02 KB

Go on NetBSD

Kernel version Architectures Initial support version Final support version
7.1 amd64, arm, 386 Go 1.3 *
7.0 amd64, arm, 386 Go 1.3 *
6.1 amd64, arm, 386 Go 1.3 *
6.0 amd64, arm, 386 Go 1.3 *
5.0 amd64, 386 Go 1 Go 1.2.2

* Go 1.5 or above is recommended.

Preparing NetBSD for Go

  • install NetBSD 6.0 (remember to install pkgsrc in the last step)
  • install shells/bash and devel/git (do make package-install clean in /usr/pkgsrc/shells/bash and /usr/pkgsrc/devel/git.
    • Using binary packages: pkgin install bash git