README: add Windows guide mention

This commit is contained in:
faiface 2017-11-15 21:38:24 +01:00
parent 3d6f497bd5
commit be9fbb76bd
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ possible!
## Requirements ## 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 [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 graphics. Because of that, OpenGL development libraries are needed for compilation. The dependencies
are same as for [GLFW](https://github.com/go-gl/glfw). are same as for [GLFW](https://github.com/go-gl/glfw).