Update Linux script and binaries
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@24531 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
bd95819123
commit
76ea74afe0
3 changed files with 3 additions and 3 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -24,11 +24,11 @@ make -C StandAlone
|
||||||
# install
|
# install
|
||||||
cd Install/Linux
|
cd Install/Linux
|
||||||
./install
|
./install
|
||||||
|
cp glslangValidator ../../Test
|
||||||
|
LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
export LD_LIBRARY_PATH
|
||||||
|
|
||||||
# run using test data
|
# run using test data
|
||||||
cd Test
|
|
||||||
../StandAlone/glslangValidator -i sample.vert sample.frag
|
|
||||||
|
|
||||||
cd ../../Test
|
cd ../../Test
|
||||||
chmod +x runtests
|
chmod +x runtests
|
||||||
./runtests
|
./runtests
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue