lean4-htt/doc/make/ubuntu.md
Kim Morrison 0f7f80aff5
fix: indicate dependency on pkgconf in ubuntu docs (#6646)
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.
2025-01-15 05:30:20 +00:00

12 lines
277 B
Markdown

# Installing Lean on Ubuntu
## Build Dependencies
Please ensure you have the following build tools available and then
follow the [generic build instructions](index.md).
## Basic packages
```bash
sudo apt-get install git libgmp-dev libuv1-dev cmake ccache clang pkgconf
```