Tool | Version |
---|---|
Rust | latest |
llvm | 14 |
- Install Rust
Install Rust from https://www.rust-lang.org/tools/install.
- Install LLVM
We recomended using llvmenv
to install LLVM.
Using llvmenv
cargo install llvmenv
llvmenv init
llvmenv build-entry 14.0
llvmenv global 14.0.0
Using Homebrew on Mac
brew install llvm@14
export LLVM_SYS_140_PREFIX="$(brew --prefix llvm@14)"
Using apt on Debian Linux
sudo apt install clang-14 llvm-14
- Build and install wiz
sh install.sh
- Enable wiz
source "$HOME/.wiz/env"