Commit 76ea74af by John Kessenich

Update Linux script and binaries

parent bd958191
...@@ -24,11 +24,11 @@ make -C StandAlone ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment