Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glslang
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
public-release-test-restored
platform
external
deqp-deps
glslang
Commits
263986eb
Commit
263986eb
authored
7 years ago
by
John Kessenich
Browse files
Options
Downloads
Patches
Plain Diff
Readme: Update with additional Windows build information for SPIRV-tools build.
parent
2c9c2af6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-0
6 additions, 0 deletions
README.md
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
263986eb
...
...
@@ -52,6 +52,7 @@ Building
### Dependencies
*
[
CMake
][
cmake
]
: for generating compilation targets.
*
[
Python 2.7
][
python
]
: for executing SPIRV-Tools scripts. (Optional if not using SPIRV-Tools.)
*
[
bison
][
bison
]
: _optional_, but needed when changing the grammar (glslang.y).
*
[
googletest
][
googletest
]
: _optional_, but should use if making any changes to glslang.
...
...
@@ -82,6 +83,10 @@ spirv-tools with this:
./update_glslang_sources.py
```
For running the CMake GUI or Visual Studio with python dependencies, you will,
in addition to python within the cygwin environment, need a Windows
[
python
][
python
]
installation, including selecting the
`PATH`
update.
#### 3) Configure
Assume the source directory is
`$SOURCE_DIR`
and
...
...
@@ -309,6 +314,7 @@ Basic Internal Operation
[
cmake
]:
https://cmake.org/
[
python
]:
https://www.python.org/
[
bison
]:
https://www.gnu.org/software/bison/
[
googletest
]:
https://github.com/google/googletest
[
bison-gnu-win32
]:
http://gnuwin32.sourceforge.net/packages/bison.htm
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment