mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Documentation: Add unzip package to BuildInstructions
This commit is contained in:
parent
04f02a5b9e
commit
69d3bf0d12
Notes:
sideshowbarker
2024-07-18 05:05:19 +09:00
Author: https://github.com/LepkoQQ Commit: https://github.com/SerenityOS/serenity/commit/69d3bf0d129 Pull-request: https://github.com/SerenityOS/serenity/pull/9684
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Make sure you have all the dependencies installed:
|
|||
### Debian / Ubuntu
|
||||
|
||||
```console
|
||||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-i386 qemu-utils ccache rsync genext2fs
|
||||
sudo apt install build-essential cmake curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs ninja-build qemu-system-i386 qemu-utils ccache rsync genext2fs unzip
|
||||
```
|
||||
|
||||
#### GCC 10
|
||||
|
|
Loading…
Reference in a new issue