From cadd699cf5c52f43a1dc70dab9d8a5088b421c4d Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Wed, 26 Apr 2017 23:14:01 +0200 Subject: [PATCH] add note to readme about macOS, go 1.8 and xcode problems --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b00a2d8..3bc867d 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ are same as for [GLFW](https://github.com/go-gl/glfw). libXinerama-devel mesa-libGL-devel libXi-devel` packages. - See [here](http://www.glfw.org/docs/latest/compile.html#compile_deps) for full details. +**The combination of Go 1.8, macOS and latest XCode seems to be problematic** as mentioned in issue +[#7](#7). This issue is probably not related to Pixel. **Upgrading to Go 1.8.1 fixes the issue.** + ## Contributing Pixel is in, let's say, mid-stage of development. Many of the important features are here, some are -- GitLab