Skip to content

Commit ed3be9c

Browse files
authored
Update README.md with info about installing LLVM on Mac to build wasp
1 parent 092ff2a commit ed3be9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

waspc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ If that is the case, relax and feel free to get yourself a cup of coffee! When s
6565

6666
:warning: You may need to run `cabal update` before attempting to build if it has been some time since your last update.
6767

68+
:warning: If you are on Mac and get "Couldn't figure out LLVM version!" error message while building, make sure you have LLVM installed and that it is correctly exposed via env vars (PATH, LDFLAGS, CPPFLAGS). The easiest way to do it is by just running `brew install llvm@13`, this should install LLVM and also set up env vars in your `~/.zshrc`.
69+
6870
### Test
6971
```
7072
cabal test

0 commit comments

Comments
 (0)