mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
dependency list
This commit is contained in:
parent
1adfbc004b
commit
54ba068213
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -61,6 +61,29 @@ Installation on Microsoft™ Windows®
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
### Required runtime dependencies
|
||||||
|
|
||||||
|
`bash`: required for the main script [file: ponysay]
|
||||||
|
|
||||||
|
`cowsay`: this is a wrapper for cowsay
|
||||||
|
|
||||||
|
`coreutils`: the main script uses stty, cut, ls, cat, head and tail
|
||||||
|
|
||||||
|
`sed`: used to remove .pony from pony named when running `ponysay -l`
|
||||||
|
|
||||||
|
### Package building dependencies
|
||||||
|
|
||||||
|
`gcc`: used for compiling ponysaytruncater.c
|
||||||
|
|
||||||
|
`gzip`: used for compressing manpages
|
||||||
|
|
||||||
|
`make`: required to run the make script
|
||||||
|
|
||||||
|
`coreutils`: make script uses install, unlink, rm, ln, mkdir and cp
|
||||||
|
|
||||||
FAQ
|
FAQ
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue