mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 09:14:21 +03:00
Meta: Add missing build-essential and curl dependencies
This commit is contained in:
parent
7dbc13ac88
commit
af3d8e9c59
Notes:
sideshowbarker
2024-07-19 11:41:40 +09:00
Author: https://github.com/boricj 🔰 Commit: https://github.com/SerenityOS/serenity/commit/af3d8e9c595 Pull-request: https://github.com/SerenityOS/serenity/pull/658
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user