Skip to content

Commit

Permalink
Update short version ubuntu instructions (#2891)
Browse files Browse the repository at this point in the history
Co-authored-by: rv-jenkins <[email protected]>
  • Loading branch information
Baltoli and rv-jenkins authored Sep 16, 2022
1 parent ddd854c commit e9b2cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ must first be installed.

## The Short Version

On Ubuntu Linux:
On Ubuntu Linux 20.04 (Focal) or 22.04 (Jammy):

```shell
git submodule update --init --recursive
sudo apt-get install build-essential m4 openjdk-11-jdk libgmp-dev libmpfr-dev pkg-config flex bison z3 libz3-dev maven python3 cmake gcc clang-10 lld-10 llvm-10-tools zlib1g-dev libboost-test-dev libyaml-dev libjemalloc-dev
sudo apt-get install build-essential m4 openjdk-11-jdk libgmp-dev libmpfr-dev pkg-config flex bison z3 libz3-dev maven python3 python3-dev cmake gcc clang-12 lld-12 llvm-12-tools zlib1g-dev libboost-test-dev libyaml-dev libjemalloc-dev
curl -sSL https://get.haskellstack.org/ | sh
```

Note: we require version 10 or greater for clang, lld, and llvm-tools.
Note: we require a version between 10 and 14 for clang, lld, and llvm-tools.

On Arch Linux:

Expand Down

0 comments on commit e9b2cb1

Please sign in to comment.