Refine installation instructions

This commit is contained in:
Tony Garnock-Jones 2022-10-12 13:18:43 +02:00
parent 020bcb8b56
commit 1e19ecef6e
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,15 @@ Synit builds upon many existing technologies, but primarily relies on the follow
- Make, a C compiler, and so on; standard Unix programming tools.
- Docker (containers are used frequently for (cross-)building of Alpine packages, among other
things!)
- The `preserves-tool` binary installed on your `PATH`:
```
cargo install preserves-tools
```
- <a id="binfmt"></a>For cross builds (e.g. the very common case of building for `aarch64` on
an `x86_64` host), `qemu` and its `binfmt` support. On Debian, `apt install binfmt-support
qemu-user-static`. (**NB.** Version `1:7.0+dfsg-7` of `qemu-user-static` has a bug (possibly