aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-17 01:07:47 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-17 01:07:47 +0200
commit3c888482e41a7c744c8c35e31f49fd63246caa44 (patch)
tree733e3bb93c9435fda5cd25442df2f25be01a9e4a /DEPENDENCIES
parent68d1b029712a62a11faa515e9b0303477d1d3ca7 (diff)
parent8c986f062a12064234cd27d143d4e967ff4aba06 (diff)
downloadponysay-3c888482e41a7c744c8c35e31f49fd63246caa44.tar.gz
ponysay-3c888482e41a7c744c8c35e31f49fd63246caa44.tar.bz2
ponysay-3c888482e41a7c744c8c35e31f49fd63246caa44.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES41
1 files changed, 41 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..c8b1eef
--- /dev/null
+++ b/DEPENDENCIES
@@ -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
+