Updated OpenBSD (markdown)

Mikio Hara 2016-09-29 14:41:13 +09:00
parent 93706e8efe
commit 82de287f40

@ -10,21 +10,22 @@ Go is available within the OpenBSD ports tree collection since OpenBSD 5.2. It
| 5.7 (May 1, 2015) | go-1.4.1 |
| 5.6 (Nov 1, 2014) | go-1.3p0 |
## Building from source.
## Building from source
Required:
| **Kernel version** | **Architectures** | **Min. version** | **Max. version** |
|:-------------------|:------------------|:-----------------|:-----------------|
| 6.0 | amd64, 386 | go1.4.1 _*_ | go1.7 |
| 6.0 | arm | go1.5 | go1.7 |
| 5.9 | amd64, 386 | go1.4.1 _*_ | go1.7 |
| 5.9 | arm | go1.5 | go1.7 |
| 5.8 | amd64, 386 | go1.4.1 _*_ | go1.7 |
| 5.7 | amd64, 386 | go1.4.1 _*_ | go1.7 |
| 5.6 | amd64, 386 | go1.4.1 _*_ | go1.7 |
| 5.5 | amd64, 386 | go1.3 | go1.7 |
| 5.0 through 5.4 | amd64, 386 | go1 | go1.2 |
_*_ If you want to run Go 1.3 or 1.4 on OpenBSD 5.6 or above, see http://golang.org/issue/9102.
* OpenBSD amd64, 386: 5.6 and above
* If you want to run go1.3 or 1.4 on OpenBSD 5.6, see http://golang.org/issue/9102
| **Kernel version** | **Min. version** | **Max. version**|
|:-------------------|:-----------------|:----------------|
| 5.9 | go1.4.1 | go1.7 |
| 5.8 | go1.4.1 | go1.7 |
| 5.7 | go1.4.1 | go1.7 |
| 5.6 | go1.4.1 | go1.7 |
* ulimits (` /etc/login.conf `)
## ulimits (` /etc/login.conf `)
Edit `/etc/login.conf` so that the staff class has the proper
settings. The following is a working example of the staff class: