mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
file listing dependencies
This commit is contained in:
parent
0ee48b90de
commit
8c986f062a
1 changed files with 41 additions and 0 deletions
41
DEPENDENCIES
Normal file
41
DEPENDENCIES
Normal file
|
@ -0,0 +1,41 @@
|
|||
REQUIRED dependencies:
|
||||
|
||||
bash: required for the main script [file: ponysay]
|
||||
|
||||
cowsay: this is a wrapper for cowsay
|
||||
|
||||
coreutils: the main script [file: ponysay] uses stty, cut, ls, cat, head and tail
|
||||
|
||||
sed: used to remove .pony from pony named when running ponysay -l
|
||||
|
||||
|
||||
|
||||
OPTIONAL dependencies:
|
||||
|
||||
(none)
|
||||
|
||||
|
||||
|
||||
PONY PROVIDER dependencies:
|
||||
|
||||
make: required to run `make ttyponies`
|
||||
|
||||
coreutils: ln and readlink are used in ttyponies.sh
|
||||
|
||||
bash: required to run ttyponies.sh
|
||||
|
||||
util-say: used by ttyponies.sh to builder ttyponies from xterm ponies
|
||||
# Available for Arch:ers in AUR as util-say-git are on github at https://github.com/maandree/util-say
|
||||
|
||||
|
||||
|
||||
MAKE 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 cp
|
||||
|
Loading…
Reference in a new issue