From 23d9cbf5bc3dbea4e4d2203fcc6be68c8042d3f7 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 24 Oct 2018 11:41:28 +0900 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Installation.md b/Installation.md index 66a0114..2a0ad11 100644 --- a/Installation.md +++ b/Installation.md @@ -1,3 +1,9 @@ +# Prerequisites + +Ebiten uses `github.com/go-gl/glfw` and as such requires some setup to use OpenGL. See [Installation Steps](https://github.com/go-gl/glfw/blob/master/README.md#installation) for `go-gl/glfw`. + +# Install + Let's get the Ebiten source code and compile it. ```sh