From 1d551216278e00e0ff87ac6ce916c9895453fffc Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Tue, 2 Jun 2020 01:16:21 +0200 Subject: [PATCH] Dropping libisl15 dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ddf74b..d649683 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To compile this project from sources, you must first install the dependencies ``` apt update && apt upgrade -apt install grub-pc-bin dosfstools make nasm qemu tree libisl15 parted udisks2 +apt install grub-pc-bin dosfstools make nasm qemu tree parted udisks2 ``` To compile, simply use at the root of this project :