Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
d145f855
Commit
d145f855
authored
May 04, 2016
by
Lei Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the obselete and incorrect LinusDoAll.bash.
parent
52e1db87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
LinuxDoAll.bash
LinuxDoAll.bash
+0
-34
No files found.
LinuxDoAll.bash
deleted
100755 → 0
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment