readme: remove tar mention since it is no longer used
This commit is contained in:
parent
4f9bf8afef
commit
285da1dc46
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue