Skip to content

Commit

Permalink
chore(doc): remove libgmp-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Nov 14, 2023
1 parent 81c92d1 commit 44c5d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ rustup update
`pathfinder` compilation need additional libraries to be installed (C compiler, linker, other deps)

```bash
sudo apt install build-essential libgmp-dev pkg-config libssl-dev libzstd-dev protobuf-compiler libzstd-dev
sudo apt install build-essential pkg-config libssl-dev protobuf-compiler libzstd-dev
```

Make sure `protoc` version is at least `3.15`
Expand Down

0 comments on commit 44c5d25

Please sign in to comment.