Skip to content

Commit

Permalink
update benchmark readme
Browse files Browse the repository at this point in the history
Signed-off-by: Reto Achermann <[email protected]>
  • Loading branch information
achreto committed Aug 19, 2024
1 parent 65ba598 commit 9edf2d1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@ The following benchmarks are used in the evaluation for the paper "Verus: A Prac

## Dependencies

To run the benchmarks, you need to install the following dependencies besides Rust.
To run the benchmarks, you need to install the following dependencies:

```
sudo apt install liburcu-dev libhwloc-dev python3-venv texlive-xetex texlive-fonts-extra
sudo apt-get install curl wget liburcu-dev libhwloc-dev python3-venv texlive-xetex texlive-fonts-extra pkg-config clang make g++
```

Install Rust using rustup:

```shell
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env"
```


Linear Dafny requires a specific version of libssl. You can install this with the follwing command:
```
wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_amd64.deb
Expand Down

0 comments on commit 9edf2d1

Please sign in to comment.