readme: remove tar mention since it is no longer used

This commit is contained in:
Benji Dial 2025-12-29 17:49:57 -05:00
parent 4f9bf8afef
commit 285da1dc46

View file

@ -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