Skip to content

Commit 5a162f8

Browse files
committed
Add rsync, git-lfs build dependenices to documentation
1 parent df90f69 commit 5a162f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/Build/Building-Lemon-OS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ _NOTE: Building on WSL2 is doable, however I strongly recommend an actual UNIX s
1616

1717
### Arch Linux
1818
```sh
19-
sudo pacman -S base-devel git cmake autoconf python3 ninja wget python-pip nasm help2man gettext gperf flex
19+
sudo pacman -S base-devel git cmake autoconf python3 ninja wget python-pip nasm help2man gettext gperf flex rsync git-lfs
2020
```
2121

2222
### Debian, Ubuntu, etc.
2323
```sh
24-
sudo apt install build-essential git cmake curl autoconf libtool python3 python3-pip ninja-build nasm help2man gettext autopoint gperf texinfo wget flex
24+
sudo apt install build-essential git cmake curl autoconf libtool python3 python3-pip ninja-build nasm help2man gettext autopoint gperf texinfo wget flex rsync git-lfs
2525
```
2626

2727
## Install pip packages

0 commit comments

Comments
 (0)