diff options
author | LepkoQQ <lepko.san@gmail.com> | 2021-08-30 16:08:36 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-30 18:30:20 +0200 |
commit | 69d3bf0d1292f7c64d4a526d5e41134e3e321b5e (patch) | |
tree | ddc272195898faf40a431253d1b0d57deb5ed855 /Documentation | |
parent | 04f02a5b9ec633f2f87f535d59201941c6df1252 (diff) | |
download | serenity-69d3bf0d1292f7c64d4a526d5e41134e3e321b5e.zip |
Documentation: Add unzip package to BuildInstructions
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 2de3e69b7c..838f4de343 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 |