From d25131702942de1b0e62c849f98e9d7119007979 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 28 Nov 2016 16:02:05 +0100 Subject: [PATCH] add comment about #129 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 146d824..4e40a12 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ GLVisualize is an interactive 2D/3D visualization library completely written in Its focus is on performance and allowing to display animations/interactions as smooth as possible. #### Installation of GLVisualize +You need OpenGL 3.3, which should be available on most computers nowadays. +If you get an error like [this](https://github.com/JuliaGL/GLVisualize.jl/issues/129), please try updating your system/video driver. + Please run: ```Julia Pkg.add("GLVisualize")