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
|
* curl
|
||||||
* GCC (Any C compiler supporting both C99 and C23 should work.)
|
* GCC (Any C compiler supporting both C99 and C23 should work.)
|
||||||
* GNU Binutils (Specifically, "ld" is used to link the kernel.)
|
* GNU Binutils (Specifically, "ld" is used to link the kernel.)
|
||||||
* GNU tar (Any POSIX tar should be fine.)
|
|
||||||
* GNU xorriso
|
* GNU xorriso
|
||||||
* NASM
|
* NASM
|
||||||
* Ninja build system
|
* Ninja build system
|
||||||
|
|
||||||
On Debian, it is sufficient to run this command:
|
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:
|
To build Calcite, run these commands:
|
||||||
sh get-dependencies.sh
|
sh get-dependencies.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue