From 285da1dc46e5d539e4447f6c6bf4eac3205f24ef Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 29 Dec 2025 17:49:57 -0500 Subject: [PATCH] readme: remove tar mention since it is no longer used --- readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 58a9498..9e7e730 100644 --- a/readme.txt +++ b/readme.txt @@ -15,13 +15,12 @@ Calcite requires some software to be installed before it can be built: * curl * GCC (Any C compiler supporting both C99 and C23 should work.) * GNU Binutils (Specifically, "ld" is used to link the kernel.) - * GNU tar (Any POSIX tar should be fine.) * GNU xorriso * NASM * Ninja build system On Debian, it is sufficient to run this command: - apt install binutils curl gcc nasm ninja-build tar xorriso + apt install binutils curl gcc nasm ninja-build xorriso To build Calcite, run these commands: sh get-dependencies.sh