-3

I am trying to install the simulator as per the instruction in here. I am getting the following failure message: enter image description here

kob003
  • 2,206
  • 2
  • 12
  • 19
  • 6
    [Please do not upload images of code/errors when asking a question.](//meta.stackoverflow.com/q/285551) – Jmb Mar 02 '22 at 10:10

2 Answers2

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