diff options
author | James Knight <james.d.knight@live.com> | 2017-09-27 23:14:10 -0400 |
---|---|---|
committer | James Knight <james.d.knight@live.com> | 2017-09-27 23:14:10 -0400 |
commit | d6aeadaaf63a7cad20e6fcdd7c21862a76c4330c (patch) | |
tree | 519bb30cefd23b9e7090d39a28b5e6d321f89996 /README.md | |
parent | 4ca4743e9dfcd5bb58fb6384051eb32ade49fbf0 (diff) | |
download | SPIRV-Headers-d6aeadaaf63a7cad20e6fcdd7c21862a76c4330c.tar.gz SPIRV-Headers-d6aeadaaf63a7cad20e6fcdd7c21862a76c4330c.tar.bz2 SPIRV-Headers-d6aeadaaf63a7cad20e6fcdd7c21862a76c4330c.zip |
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.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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` |