Added Known build issues and workarounds

Added Known build issues and workarounds to make it easy to build , a step towards greater adoption.
This commit is contained in:
Puspendu Banerjee 2020-12-19 22:41:18 -06:00 committed by GitHub
parent 63af70a01f
commit 06153f81bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,13 @@ You should have a relatively recent version of Rust installed, then you just do:
cargo build
```
in the main directory of the project
### Known build issues and workarounds:
+ * cmake not installed on Windows: * Install windows binaries from https://cmake.org/download/
+ * CMake Error: The source directory ".../ZLUDA/ext/spirv-tools" does not appear to contain CMakeLists.txt.*: update linked git submodules
```
git submodule init
git submodule update
```
## License