README.md: more requirements... and not yet finished.
This commit is contained in:
parent
36ca3e4943
commit
b149a1e064
12
README.md
12
README.md
@ -9,11 +9,15 @@ or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respecti
|
|||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- GNU bash
|
- GNU bash (included by default with void)
|
||||||
- xbps >= 0.46
|
- xbps >= 0.46 (included by default with void)
|
||||||
- curl(1) (xbps-src update-check)
|
- curl(1) (xbps-src update-check)
|
||||||
- flock(1) (util-linux)
|
- flock(1) (util-linux) (included by default with void)
|
||||||
- objdump(1) (GNU binutils)
|
- 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
|
`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…
x
Reference in New Issue
Block a user