README.md: more requirements... and not yet finished.

This commit is contained in:
Juan RP 2019-06-17 15:33:36 +02:00
parent 36ca3e4943
commit b149a1e064
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -9,11 +9,15 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti
### Requirements
- GNU bash
- xbps >= 0.46
- GNU bash (included by default with void)
- xbps >= 0.46 (included by default with void)
- curl(1) (xbps-src update-check)
- flock(1) (util-linux)
- objdump(1) (GNU binutils)
- flock(1) (util-linux) (included by default with void)
- mktemp(1) (POSIX) (included by default with void)
- mkfifo(1) (POSIX) (included by default with void)
- sed(1) (POSIX) (included by default with void)
- grep(1) (POSIX) (included by default with void)
- other common POSIX utilities included by default in almost all UNIX systems.
`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