Commit d627502d by John Kessenich

remove ^M

parent 3ac35789
#! /bin/bash #! /bin/bash
svn update svn update
rm -f StandAlone/glslangValidator rm -f StandAlone/glslangValidator
rm -f Test/glslangValidator rm -f Test/glslangValidator
rm -f glslang/MachineIndependent/lib/libglslang.so rm -f glslang/MachineIndependent/lib/libglslang.so
rm -f Install/Linux/libglslang.so rm -f Install/Linux/libglslang.so
rm -f Install/Linux/glslangValidator rm -f Install/Linux/glslangValidator
cd StandAlone cd StandAlone
make clean make clean
cd ../glslang/MachineIndependent cd ../glslang/MachineIndependent
make clean make clean
cd ../.. cd ../..
# build the StandAlone app and all it's dependencies # build the StandAlone app and all it's dependencies
make -C StandAlone make -C StandAlone
# so we can find the shared library # so we can find the shared library
#LD_LIBRARY_PATH=`pwd`/glslang/MachineIndependent/lib #LD_LIBRARY_PATH=`pwd`/glslang/MachineIndependent/lib
#export LD_LIBRARY_PATH #export LD_LIBRARY_PATH
# install # install
cd Install/Linux cd Install/Linux
./install ./install
# run using test data # run using test data
cd Test cd Test
../StandAlone/glslangValidator -i sample.vert sample.frag ../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