mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
readme update
This commit is contained in:
parent
a0d64e1a45
commit
1f5f0caa44
1 changed files with 5 additions and 11 deletions
16
README.md
16
README.md
|
@ -8,10 +8,6 @@ Today your terminal, tomorrow the world!
|
||||||
Installation on GNU/Linux (or other Unix implementations)
|
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.
|
[Download](/erkin/ponysay/downloads) or clone the project.
|
||||||
In the terminal, `cd` into the ponysay directory and `./configure && make && make install`.
|
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
|
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
|
fi
|
||||||
|
|
||||||
|
Read the PDF or info manual for more information.
|
||||||
|
|
||||||
|
|
||||||
Installation on Microsoft™ Windows®
|
Installation on Microsoft™ Windows®
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
@ -84,19 +82,15 @@ Dependencies
|
||||||
|
|
||||||
### Required runtime 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
|
||||||
|
|
||||||
`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
|
|
||||||
|
|
||||||
`python>=3`: Written in python 3
|
`python>=3`: Written in python 3
|
||||||
|
|
||||||
### Package building dependencies
|
### 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
|
`make`: required to run the make script
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue