From 9b3f9e5243df767e8e6ca2bb0734d3f7293d9f59 Mon Sep 17 00:00:00 2001 From: John Kessenich Date: Wed, 14 May 2014 00:38:21 +0000 Subject: [PATCH] Update readme for no .so git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@26630 e7fa87d3-cd2b-0410-9028-fcbf551c1848 --- Install/Linux/README.txt | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Install/Linux/README.txt b/Install/Linux/README.txt index 06e78a89..9bd06640 100644 --- a/Install/Linux/README.txt +++ b/Install/Linux/README.txt @@ -1,13 +1,6 @@ -This directory contains linux binaries for the glslang validator. The main -executable is glslangValidator, which requires use of the shared object -file libglsang.so. +This directory contains a Linux binary for the glslang validator. -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: +Installation: The executable in this directory is self sufficient, and can be +placed where desired; in a test directory, or in a system path, etc. Usage: Execute glslangValidator with no arguments to get a usage statement.