From 06153f81bfdd989ecf396259cc8b7c99a448fb28 Mon Sep 17 00:00:00 2001 From: Puspendu Banerjee Date: Sat, 19 Dec 2020 22:41:18 -0600 Subject: [PATCH] Added Known build issues and workarounds Added Known build issues and workarounds to make it easy to build , a step towards greater adoption. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 773da99..3812bd2 100644 --- a/README.md +++ b/README.md @@ -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