document git-lfs requirement (#5957)
This commit is contained in:
parent
f54fa083b4
commit
33ce235d47
|
@ -26,7 +26,7 @@ When building from source, you will need additional build dependencies to be ins
|
|||
|
||||
```sh
|
||||
# Debian and Ubuntu
|
||||
sudo apt-get install build-essential git cmake
|
||||
sudo apt-get install build-essential git-lfs cmake
|
||||
|
||||
# Fedora
|
||||
dnf install @development-tools cmake
|
||||
|
@ -68,7 +68,7 @@ When building from source, you will need additional build dependencies to be ins
|
|||
Assuming you use Ubuntu PRoot:
|
||||
|
||||
```sh
|
||||
apt install build-essential git
|
||||
apt install build-essential git-lfs
|
||||
```
|
||||
|
||||
## Time
|
||||
|
|
Loading…
Reference in New Issue