aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Knight <james.d.knight@live.com>2017-09-27 23:14:10 -0400
committerJames Knight <james.d.knight@live.com>2017-09-27 23:14:10 -0400
commitd6aeadaaf63a7cad20e6fcdd7c21862a76c4330c (patch)
tree519bb30cefd23b9e7090d39a28b5e6d321f89996 /README.md
parent4ca4743e9dfcd5bb58fb6384051eb32ade49fbf0 (diff)
downloadspirv-headers-d6aeadaaf63a7cad20e6fcdd7c21862a76c4330c.tar.gz
README.md: update install notes
Update recommended installation documentation to use the "install" target (from "install-headers"). Signed-off-by: James Knight <james.d.knight@live.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index bca6722..3f76c0a 100644
--- a/README.md
+++ b/README.md
@@ -42,10 +42,7 @@ tracker](https://github.com/KhronosGroup/SPIRV-Headers/issues).
mkdir build
cd build
cmake ..
-# Linux
-cmake --build . --target install-headers
-# Windows
-cmake --build . --config Debug --target install-headers
+cmake --build . --target install
```
Then, for example, you will have `/usr/local/include/spirv/1.0/spirv.h`