From 1d1ef9079cb9af228fc1b3e95720e3fc2e73d3bf Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 9 Apr 2015 15:05:20 -0500 Subject: [PATCH] opengl.capabilities: Make it more explicit that you should put the directory that contains opengl not the library name itself. --- basis/opengl/capabilities/capabilities.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/opengl/capabilities/capabilities.factor b/basis/opengl/capabilities/capabilities.factor index c7e2b9efb4..c7a7afc1de 100644 --- a/basis/opengl/capabilities/capabilities.factor +++ b/basis/opengl/capabilities/capabilities.factor @@ -42,7 +42,7 @@ IN: opengl.capabilities "Required OpenGL version " % % " not supported (" % gl-version "(null)" or % " available)" % os linux = [ "\nIf you have several libGL.so installed, Factor tried the first one in: ldconfig -p | grep libGL.so$" % - "\nYou can change the library used like so: LD_LIBRARY_PATH=/usr/lib/fglrx ./factor" % + "\nYou can change the library used like so: LD_LIBRARY_PATH=/usr/lib/fglrx/ ./factor" % ] when ; : require-gl-version ( version -- )