From 54ba06821321dc629581d9c443d98662d4a09753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Tue, 17 Jul 2012 02:08:37 +0200 Subject: [PATCH] dependency list --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index c271aa9a..bad47676 100644 --- a/README.md +++ b/README.md @@ -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 ---