README.md: requirements for binary-bootstrap are modest
This commit is contained in:
parent
7a9962870b
commit
9154902b27
|
@ -36,12 +36,15 @@ See [Contributing](./CONTRIBUTING.md) for a general overview of how to contribut
|
||||||
|
|
||||||
- GNU bash
|
- GNU bash
|
||||||
- xbps >= 0.56
|
- xbps >= 0.56
|
||||||
|
- git(1) - unless configured to not, see etc/defaults.conf
|
||||||
|
- common POSIX utilities included by default in almost all UNIX systems
|
||||||
- curl(1) - required by `xbps-src update-check`
|
- curl(1) - required by `xbps-src update-check`
|
||||||
|
|
||||||
|
For bootstrapping additionally:
|
||||||
- flock(1) - util-linux
|
- flock(1) - util-linux
|
||||||
- bsdtar or GNU tar (in that order of preference)
|
- bsdtar or GNU tar (in that order of preference)
|
||||||
- install(1) - GNU coreutils
|
- install(1) - GNU coreutils
|
||||||
- objcopy(1), objdump(1), strip(1): binutils
|
- objcopy(1), objdump(1), strip(1): binutils
|
||||||
- other common POSIX utilities included by default in almost all UNIX systems.
|
|
||||||
|
|
||||||
`xbps-src` requires a utility to chroot and bind mount existing directories
|
`xbps-src` requires a utility to chroot and bind mount existing directories
|
||||||
into a `masterdir` that is used as its main `chroot` directory. `xbps-src` supports
|
into a `masterdir` that is used as its main `chroot` directory. `xbps-src` supports
|
||||||
|
|
Loading…
Reference in New Issue