Updated FreeBSD (markdown)

Hajime Hoshi 2017-05-12 23:52:07 +09:00
parent 0c508516e5
commit 0235d9ec4a

@ -1,7 +1,20 @@
Very experimental. Not finished yet.
# Set up desktop environment
Ebiten requires X Window system and you need to install a window manager like gnome3. See [the official manual](https://www.freebsd.org/doc/handbook/x11-wm.html). Note that you also need to do `pkg install xorg`.
# Install utilities
At least, Go and git are required.
```
$ pkg install go1.8 git
```
(TBD)
OpenAL is required for Ebiten's audio package. Note that the `openal` package is pretty old and doesn't work. Install `openal-soft` instead.
```
$ pkg install openal-soft
```
That's it!