git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@22602 e7fa87d3-cd2b-0410-9028-fcbf551c1848
14 lines
544 B
Plaintext
14 lines
544 B
Plaintext
This directory contains linux binaries for the glslang validator. The main
|
|
executable is glslangValidator, which requires use of the shared object
|
|
file libglsang.so.
|
|
|
|
Installation: Executing the ./install script will copy these to /usr/local/*
|
|
so that they may be executed from any directory.
|
|
|
|
Alternatively, you may put them where you wish, but will then need to use
|
|
something like:
|
|
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path to libglslang.so>
|
|
|
|
Usage: Execute glslangValidator with no arguments to get a usage statement.
|