Readme: Update with additional Windows build information for SPIRV-tools build.
This commit is contained in:
parent
2c9c2af640
commit
263986eb6e
@ -52,6 +52,7 @@ Building
|
|||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
* [CMake][cmake]: for generating compilation targets.
|
* [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).
|
* [bison][bison]: _optional_, but needed when changing the grammar (glslang.y).
|
||||||
* [googletest][googletest]: _optional_, but should use if making any changes to glslang.
|
* [googletest][googletest]: _optional_, but should use if making any changes to glslang.
|
||||||
|
|
||||||
@ -82,6 +83,10 @@ spirv-tools with this:
|
|||||||
./update_glslang_sources.py
|
./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
|
#### 3) Configure
|
||||||
|
|
||||||
Assume the source directory is `$SOURCE_DIR` and
|
Assume the source directory is `$SOURCE_DIR` and
|
||||||
@ -309,6 +314,7 @@ Basic Internal Operation
|
|||||||
|
|
||||||
|
|
||||||
[cmake]: https://cmake.org/
|
[cmake]: https://cmake.org/
|
||||||
|
[python]: https://www.python.org/
|
||||||
[bison]: https://www.gnu.org/software/bison/
|
[bison]: https://www.gnu.org/software/bison/
|
||||||
[googletest]: https://github.com/google/googletest
|
[googletest]: https://github.com/google/googletest
|
||||||
[bison-gnu-win32]: http://gnuwin32.sourceforge.net/packages/bison.htm
|
[bison-gnu-win32]: http://gnuwin32.sourceforge.net/packages/bison.htm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user