From ccfa02bf9ef699995fb96459ad84fbbea1ba0f23 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 12 May 2017 23:53:17 +0900 Subject: [PATCH] Updated FreeBSD (markdown) --- FreeBSD.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/FreeBSD.md b/FreeBSD.md index 64e51e5..39e4311 100644 --- a/FreeBSD.md +++ b/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.