From af3d8e9c595e493b692b46916ff768030a0d0f59 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Boric Date: Mon, 14 Oct 2019 20:38:20 +0200 Subject: [PATCH] Meta: Add missing build-essential and curl dependencies --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 673f5df1ca..f1424d3e82 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -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: