opengl.capabilities: Make it more explicit that you should put the

directory that contains opengl not the library name itself.
db4
Doug Coleman 2015-04-09 15:05:20 -05:00
parent 008b653951
commit 1d1ef9079c
1 changed files with 1 additions and 1 deletions

View File

@ -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 -- )