Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Headers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2018-03-02 19:40:00 +0300
committerJohn Kessenich <cepheus@frii.com>2018-03-02 19:40:00 +0300
commit16be272553d8d088ba2a285bedb20f36b76e5a1d (patch)
tree30937b3c9dfa592a0acb1fdbf881fb2c831c9e2c /README.md
parentc8bc6cf02f50bda523e5fc524491d5acfbab1167 (diff)
Be more clear about build directories in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index ff0c282..4c3d5d4 100644
--- a/README.md
+++ b/README.md
@@ -71,10 +71,11 @@ However, the project for the tool to do this is included in this repository,
and can be used to test a PR, or even to include the results in the PR.
This is not required though.
-The header-generation project is under the `buildHeaders` directory.
-Use CMake to build the project, in a `buildHeaders/build` subdirectory.
-There is a bash script at `buildHeaders/bin/makeHeaders` that shows how to use the built
+The header-generation project is under the `tools/buildHeaders` directory.
+Use CMake to build the project, in a `build` subdirectory (under `tools/buildHeaders`).
+There is then a bash script at `bin/makeHeaders` that shows how to use the built
header-generator binary to generate the headers from the JSON grammar.
+(Execute `bin/makeHeaders` from the `tools/buildHeaders` directory.)
Notes:
- this generator is used in a broader context within Khronos to generate the specification,