Added Known build issues and workarounds

Added Known build issues and workarounds to make build simpler.
This commit is contained in:
Puspendu Banerjee 2020-12-19 22:46:20 -06:00 committed by GitHub
parent 06153f81bf
commit 5a9fa74ca0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,8 +70,8 @@ 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
+ **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