Updated FreeBSD (markdown)

Hajime Hoshi 2017-05-12 23:53:17 +09:00
parent e9e0781510
commit ccfa02bf9e

@ -4,10 +4,16 @@ Ebiten requires X Window system and you need to install a window manager like gn
# Install dependencies
At least, Go and git are required.
Install Go via `pkg` command or [the official site](https://golang.org/).
```
$ pkg install go1.8 git
$ pkg install go1.8
```
Git is required.
```
$ pkg install git
```
OpenAL is required for Ebiten's audio package. Note that the `openal` package is pretty old and doesn't work. Install `openal-soft` instead.