mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-12 07:46:44 +01:00
update readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
27bcb95653
commit
f12b2d5039
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
@ -92,13 +92,17 @@ Dependencies
|
||||||
|
|
||||||
### Package building dependencies
|
### Package building dependencies
|
||||||
|
|
||||||
`gzip`: Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`).
|
`gzip`: Used for compressing manuals (opt-out)
|
||||||
|
|
||||||
`texinfo`: Used for building the info manual (suppressable with `./configure --without-info`).
|
`texinfo`: Used for building the info manual (opt-out)
|
||||||
|
|
||||||
|
`auto-auto-complete>=3`: Used for building shell tab-completion scripts (opt-out)
|
||||||
|
|
||||||
|
`util-say>=3`: Used for building TTY ponies (opt-out)
|
||||||
|
|
||||||
`python>=3`: The installation process is written in Python 3.
|
`python>=3`: The installation process is written in Python 3.
|
||||||
|
|
||||||
Run `./dependency-test.sh` if things are not working for you.
|
Run `setup/dependencies.py` if things are not working for you.
|
||||||
|
|
||||||
|
|
||||||
FAQ
|
FAQ
|
||||||
|
|
Loading…
Reference in a new issue