diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-20 14:02:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-20 14:02:05 +0200 |
commit | 1f5f0caa44256e8a3849cf424c6eb34ae00fcb4b (patch) | |
tree | 600a5d4b811b69178a85043cbed1d9cf443523ac | |
parent | a0d64e1a45508f6dca01d72b337138eb6e3cc695 (diff) | |
download | ponysay-1f5f0caa44256e8a3849cf424c6eb34ae00fcb4b.tar.gz ponysay-1f5f0caa44256e8a3849cf424c6eb34ae00fcb4b.tar.bz2 ponysay-1f5f0caa44256e8a3849cf424c6eb34ae00fcb4b.zip |
readme update
-rw-r--r-- | README.md | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -8,10 +8,6 @@ Today your terminal, tomorrow the world! Installation on GNU/Linux (or other Unix implementations) --------------------------------------------------------- -First of all, you need `cowsay` from your local repositories. -Obtain it from [here](http://www.nog.net/~tony/warez) 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](ftp://ftp.gnu.org/gnu/bash/), [coreutils](ftp://ftp.gnu.org/gnu/coreutils/) or [sed](ftp://ftp.gnu.org/gnu/sed/). - [Download](/erkin/ponysay/downloads) or clone the project. In the terminal, `cd` into the ponysay directory and `./configure && make && make install`. You make need to be super user to run `make install`, on most systems this @@ -73,6 +69,8 @@ If you have a custom colour palette edit your `~/.bashrc` and add } fi +Read the PDF or info manual for more information. + Installation on Microsoft™ Windows® ----------------------------------- @@ -84,19 +82,15 @@ Dependencies ### Required runtime dependencies -`bash`: bash is used in a minor part of the program to make everything work, this will be removed later - -`coreutils`: stty in coreutils used to determine size of the terminal, other parts of coreutils will not be needed for long - -`cowsay`: this is a wrapper for cowsay +`coreutils`: stty in coreutils used to determine size of the terminal `python>=3`: Written in python 3 ### Package building dependencies -`gcc`: used for compiling truncater.c +`gzip`: used for compressing manuals -`gzip`: used for compressing manpages +`texinfo`: used for building info manual `make`: required to run the make script |