mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
Move the dependencies first to prevent bugs like #258 and to help packagers and git users
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
This commit is contained in:
parent
4865d08b21
commit
464ec46c55
1 changed files with 21 additions and 21 deletions
42
README.md
42
README.md
|
@ -5,6 +5,27 @@
|
|||
Today your terminal, tomorrow the world!
|
||||
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
### Runtime dependencies
|
||||
|
||||
`coreutils`: `stty` in coreutils used to determine size of the terminal.
|
||||
|
||||
`python>=3`: `ponysay` is written in Python 3.
|
||||
|
||||
### Package building dependencies
|
||||
|
||||
`gzip`: Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`).
|
||||
|
||||
`texinfo`: Used for building the info manual (suppressable with `./configure --without-info`).
|
||||
|
||||
`python>=3`: The installation process is written in Python 3.
|
||||
|
||||
Run `./dependency-test.sh` if things are not working for you.
|
||||
|
||||
|
||||
|
||||
Installation on GNU/Linux (or other Unix implementations)
|
||||
---------------------------------------------------------
|
||||
|
||||
|
@ -103,27 +124,6 @@ fi
|
|||
|
||||
Read the PDF or info manual for more information.
|
||||
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
||||
### Runtime dependencies
|
||||
|
||||
`coreutils`: `stty` in coreutils used to determine size of the terminal.
|
||||
|
||||
`python>=3`: `ponysay` is written in Python 3.
|
||||
|
||||
### Package building dependencies
|
||||
|
||||
`gzip`: Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`).
|
||||
|
||||
`texinfo`: Used for building the info manual (suppressable with `./configure --without-info`).
|
||||
|
||||
`python>=3`: The installation process is written in Python 3.
|
||||
|
||||
Run `./dependency-test.sh` if things are not working for you.
|
||||
|
||||
|
||||
FAQ
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue