mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 09:47:35 +00:00
Meta: Add missing build-essential and curl dependencies
This commit is contained in:
parent
7dbc13ac88
commit
af3d8e9c59
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
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:
|
Ensure your gcc version is >= 8 with `gcc --version`. Otherwise, install it (on Ubuntu) with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue