Skip to content

Commit

Permalink
Update README.md (#154)
Browse files Browse the repository at this point in the history
Update README.md with instructions for LLVM-14 (instead of 10)
  • Loading branch information
aurelf authored Jan 12, 2024
1 parent 70f1b0c commit 3a140b0
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 @@ -24,7 +24,7 @@ Under Ubuntu Groovy the following one liner should install all required
packages:

```
sudo apt install -y git cargo clang-10 cmake g++ git libz3-dev llvm-10-dev llvm-10-tools ninja-build python2 python3-pip zlib1g-dev && sudo pip3 install lit
sudo apt install -y git cargo clang-14 cmake g++ git libz3-dev llvm-14-dev llvm-14-tools ninja-build python2 python3-pip zlib1g-dev && sudo pip3 install lit
```

Alternatively, see below for using the provided Dockerfile, or the file
Expand Down

0 comments on commit 3a140b0

Please sign in to comment.