Add Dependencies section to README.md
This commit is contained in:
18
README.md
18
README.md
@@ -5,11 +5,7 @@ True color if the terminal supports it, otherwise falls back to small palette.
|
|||||||
`termage` uses ImageMagick to convert your image to ppm format, properly scaled
|
`termage` uses ImageMagick to convert your image to ppm format, properly scaled
|
||||||
as well,, which is fed to `termage` for display.
|
as well,, which is fed to `termage` for display.
|
||||||
|
|
||||||
## Build
|
## Dependencies
|
||||||
|
|
||||||
`make`
|
|
||||||
|
|
||||||
after building and installing dependencies:
|
|
||||||
|
|
||||||
- [libscerror](https://git.bobpolis.com/bob/libscerror/)
|
- [libscerror](https://git.bobpolis.com/bob/libscerror/)
|
||||||
- [libscstring](https://git.bobpolis.com/bob/libscstring/)
|
- [libscstring](https://git.bobpolis.com/bob/libscstring/)
|
||||||
@@ -17,16 +13,20 @@ after building and installing dependencies:
|
|||||||
- NetPBM (development library)
|
- NetPBM (development library)
|
||||||
- ImageMagick (tools)
|
- ImageMagick (tools)
|
||||||
|
|
||||||
|
## Build
|
||||||
|
|
||||||
|
`make`
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
`sudo make install`
|
`sudo make install`
|
||||||
|
|
||||||
or, on OpenBSD:
|
|
||||||
|
|
||||||
`doas gmake install`
|
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
|
||||||
`termage <image file>`
|
`termage <image file>`
|
||||||
|
|
||||||
: Shows given image file in the terminal.
|
: Shows given image file in the terminal.
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
`man termage`
|
||||||
|
Reference in New Issue
Block a user