lean4-htt/doc/make/ubuntu.md
2024-08-12 12:33:24 +00:00

12 lines
269 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
```