From c67506fedc39dad22e42b8732ed224c0f8b83557 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Jul 2012 01:29:25 +0200 Subject: making and dependencies --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0827fa9..b24e831 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,14 @@ Installation on Linux (or other Unix) First of all, you need `cowsay` from your local repositories. Obtain it from [here](http://www.nog.net/~tony/warez/cowsay.shtml) if you wish to compile it yourself. +This is often sufficient, but if is not you may be missing one of the standard packages: bash, coreutils or sed. [Download](https://github.com/erkin/ponysay/downloads) or clone the project. -In the terminal, `cd` into the ponysay directory and `make install`. +In the terminal, `cd` into the ponysay directory and `make && make install`. -This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to make as root). +This will install ponysay into the $PREFIX (`/usr` by default, meaning you may need to `make install` as root, e.g. `sudo make install`). + +If either `make` or `make install` fails you be missing one of the standard packages: gcc, gzip, make or coreutils In order to use ponysay, run: @@ -25,7 +28,7 @@ Or if you have a specific pony in your mind: ### Pony fortune on terminal startup -This requires that you have the `fortune` utility installed. You can install it from your repositories or just fetch the source code from [here](ftp://ftp.ibiblio.org/pub/linux/games/amusements/fortune/). +This requires that you have the `fortune` utility installed. You can install it from your repositories (may be namned `fortune-mod`) or just fetch the source code from [here](ftp://ftp.ibiblio.org/pub/linux/games/amusements/fortune/). You can try [this](http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/) script or [ponypipe](https://github.com/maandree/ponypipe) to ponify fortunes. -- cgit