mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-10 10:03:17 +01:00
Updated FreeBSD (markdown)
parent
e9e0781510
commit
ccfa02bf9e
10
FreeBSD.md
10
FreeBSD.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user