mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
Updated FreeBSD (markdown)
parent
7b856f6a26
commit
befaea5514
@ -17,19 +17,19 @@ export LIBRARY_PATH=/usr/local/lib:${LIBRARY_PATH}
|
||||
Install Go via `pkg` command or [the official site](https://golang.org/).
|
||||
|
||||
```
|
||||
$ pkg install go1.11
|
||||
pkg install go1.11
|
||||
```
|
||||
|
||||
Git is required.
|
||||
|
||||
```
|
||||
$ pkg install git
|
||||
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.
|
||||
|
||||
```
|
||||
$ pkg install openal-soft
|
||||
pkg install openal-soft
|
||||
```
|
||||
|
||||
That's it!
|
||||
|
Loading…
Reference in New Issue
Block a user