I am trying to install the simulator as per the instruction in here.
I am getting the following failure message:
Asked
Active
Viewed 68 times
2 Answers
2
It looks like it cannot find clang. You should have clang and its development package installed, otherwise this crate cannot build against it, which it apparently needs to do.

hkBst
- 2,818
- 10
- 29
0
Scrypto v0.3 requires you to have llvm
installed. Please follow these steps to get it installed:
On Windows: use this installer
On Linux: run sudo apt install llvm
After installation, don't forget to close and reopen your terminal

Clement
- 212
- 1
- 8