From be9fbb76bd77a027f974d9ac9d29e754742377c3 Mon Sep 17 00:00:00 2001 From: faiface Date: Wed, 15 Nov 2017 21:38:24 +0100 Subject: [PATCH] README: add Windows guide mention --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7fee567..e4597a9 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ possible! ## Requirements +If you're using Windows and having trouble building Pixel, please check [this +guide](https://github.com/faiface/pixel/wiki/Building-Pixel-on-Windows) on the +[wiki](https://github.com/faiface/pixel/wiki). + [PixelGL](https://godoc.org/github.com/faiface/pixel/pixelgl) backend uses OpenGL to render graphics. Because of that, OpenGL development libraries are needed for compilation. The dependencies are same as for [GLFW](https://github.com/go-gl/glfw).