mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-15 04:20:09 +01:00
Updated FreeBSD (markdown)
parent
0c508516e5
commit
0235d9ec4a
17
FreeBSD.md
17
FreeBSD.md
@ -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
|
$ 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!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user