Meta: Add missing build-essential and curl dependencies

This commit is contained in:
Jean-Baptiste Boric 2019-10-14 20:38:20 +02:00 committed by Andreas Kling
parent 7dbc13ac88
commit af3d8e9c59
Notes: sideshowbarker 2024-07-19 11:41:40 +09:00

View File

@ -64,7 +64,7 @@ There's also a [Patreon](https://www.patreon.com/serenityos) if you would like t
Make sure you have all the dependencies installed:
```
sudo apt install libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils
sudo apt install build-essential curl libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils
```
Ensure your gcc version is >= 8 with `gcc --version`. Otherwise, install it (on Ubuntu) with: