diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-07-17 02:08:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-07-17 02:08:37 +0200 |
commit | 54ba06821321dc629581d9c443d98662d4a09753 (patch) | |
tree | 032f49065a826c1444a105cbe028ff762bfa5efd | |
parent | 1adfbc004b9ff9bcb785a61de842e0ddc2d8badb (diff) | |
download | ponysay-54ba06821321dc629581d9c443d98662d4a09753.tar.gz ponysay-54ba06821321dc629581d9c443d98662d4a09753.tar.bz2 ponysay-54ba06821321dc629581d9c443d98662d4a09753.zip |
dependency list
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -61,6 +61,29 @@ Installation on Microsoft™ Windows® ----------------------------------- [¯\\\_(ツ)\_/¯](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 --- |