From 55e8269cfe5af29b8fd69dfafba63cf626630b14 Mon Sep 17 00:00:00 2001 From: Hamish McIntyre-Bhatty Date: Sun, 21 Aug 2022 12:52:05 +0100 Subject: [PATCH] Note that Linux 5.3 or higher is required, and consequently remove Debian 10 instructions. --- src/build-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build-instructions.md b/src/build-instructions.md index 2e20753..6af72ec 100644 --- a/src/build-instructions.md +++ b/src/build-instructions.md @@ -8,10 +8,10 @@ Clang is required to compile Darling; at least Clang 6 is required. You can forc A minimum of 4 GB of RAM is also required for building. Using swap space may help reduce the memory usage, but is likely to slow the build down significantly. -Linux 5.0 or higher is required. +Linux 5.3 or higher is required. -**Debian 10/11** +**Debian 11** ``` $ sudo apt install cmake clang-6.0 bison flex xz-utils libfuse-dev libudev-dev pkg-config \