mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
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:
parent
63af70a01f
commit
06153f81bf
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue