-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Requirements? #141
Comments
You must ensure that the llvm you install provides the necessary cmake files. There is no cmake file for llvm installed by pre-built binaries on Windows. It is recommended that you install llvm by vcpkg. |
@ApsarasX I tried installing with |
I don't think this works on the latest version of Mac. |
May be you could try llvm-bindings |
@ApsarasX I will try it |
@ApsarasX I'm using Windows 10 so I can't use |
sorry, You can try it in WSL2. |
@ApsarasX I installed WSL2 and after setting everything up |
|
I am using windows 10. What do I need to do to use llvm-node? I tried installing LLVM-13.0.1-win64.exe. Then when I installed
llvm-node
, I got this error:Do I need to download llvm source code?
The text was updated successfully, but these errors were encountered: