failed to run custom build command for `llvm-sys v150.1.2 #209
-
Any idea how can I solve this? Ubuntu 22.04.4 LTS Compiling ascii-canvas v3.0.0 Caused by: --- stderr command did not execute successfully, got: exit status: 1 build script failed, must exit now |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You've probably cloned without git submodules. Use |
Beta Was this translation helpful? Give feedback.
-
maybe you have't intealled cmake |
Beta Was this translation helpful? Give feedback.
You've probably cloned without git submodules. Use
git clone --recurse-submodules https://github.com/vosen/zluda.git
when cloning or initialize git submodule post-clone