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
|
```sh
|
||||||
# Debian and Ubuntu
|
# Debian and Ubuntu
|
||||||
sudo apt-get install build-essential git cmake
|
sudo apt-get install build-essential git-lfs cmake
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
dnf install @development-tools cmake
|
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:
|
Assuming you use Ubuntu PRoot:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
apt install build-essential git
|
apt install build-essential git-lfs
|
||||||
```
|
```
|
||||||
|
|
||||||
## Time
|
## Time
|
||||||
|
|
Loading…
Reference in New Issue