opengl.capabilities: Make it more explicit that you should put the
directory that contains opengl not the library name itself.db4
parent
008b653951
commit
1d1ef9079c
|
@ -42,7 +42,7 @@ IN: opengl.capabilities
|
||||||
"Required OpenGL version " % % " not supported (" % gl-version "(null)" or % " available)" %
|
"Required OpenGL version " % % " not supported (" % gl-version "(null)" or % " available)" %
|
||||||
os linux = [
|
os linux = [
|
||||||
"\nIf you have several libGL.so installed, Factor tried the first one in: ldconfig -p | grep libGL.so$" %
|
"\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 ;
|
] when ;
|
||||||
|
|
||||||
: require-gl-version ( version -- )
|
: require-gl-version ( version -- )
|
||||||
|
|
Loading…
Reference in New Issue