Skip to content

Commit

Permalink
fix: indicate dependency on pkgconf in ubuntu docs (#6646)
Browse files Browse the repository at this point in the history
This PR changes the ubuntu docs to indicate that Lean now requires
pkgconf to build.

This is a companion to #6643, but I can't push directly to that branch.
  • Loading branch information
kim-em authored Jan 15, 2025
1 parent 8d69909 commit 0f7f80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ follow the [generic build instructions](index.md).
## Basic packages

```bash
sudo apt-get install git libgmp-dev libuv1-dev cmake ccache clang
sudo apt-get install git libgmp-dev libuv1-dev cmake ccache clang pkgconf
```

0 comments on commit 0f7f80a

Please sign in to comment.