Commit 76ea74af by John Kessenich

Update Linux script and binaries

parent bd958191
......@@ -24,11 +24,11 @@ make -C StandAlone
# install
cd Install/Linux
./install
cp glslangValidator ../../Test
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
# run using test data
cd Test
../StandAlone/glslangValidator -i sample.vert sample.frag
cd ../../Test
chmod +x 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