glslang/Install/Linux
2013-10-07 22:01:27 +00:00
..
glslangValidator Update Linux binaries 2013-10-07 22:01:27 +00:00
install Add Linux executables 2013-08-03 00:16:49 +00:00
libglslang.so Update Linux binaries 2013-10-07 22:01:27 +00:00
README.txt Track expected test results and add more README information. 2013-08-05 15:52:03 +00:00

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.