Skip to content

Commit

Permalink
fix(README) : Prepare Prerequisites on Arch Linux (#6799)
Browse files Browse the repository at this point in the history
close #6800
  • Loading branch information
xiaguan authored Feb 13, 2023
1 parent 8942a86 commit e665e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none
source $HOME/.cargo/env

# Install compilers and dependencies
sudo pacman -S clang lld libc++ libc++abi compiler-rt openmp lcov cmake ninja curl openssl zlib
sudo pacman -S clang lld libc++ libc++abi compiler-rt openmp lcov cmake ninja curl openssl zlib llvm
```

</details>
Expand Down

0 comments on commit e665e59

Please sign in to comment.