Commit d145f855 by Lei Zhang

Remove the obselete and incorrect LinusDoAll.bash.

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