Add Dependencies section to README.md

This commit is contained in:
2025-09-11 08:27:57 +02:00
parent c340e4a1a7
commit c8dc427438

View File

@@ -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
as well,, which is fed to `termage` for display.
## Build
`make`
after building and installing dependencies:
## Dependencies
- [libscerror](https://git.bobpolis.com/bob/libscerror/)
- [libscstring](https://git.bobpolis.com/bob/libscstring/)
@@ -17,16 +13,20 @@ after building and installing dependencies:
- NetPBM (development library)
- ImageMagick (tools)
## Build
`make`
## Install
`sudo make install`
or, on OpenBSD:
`doas gmake install`
## Run
`termage <image file>`
: Shows given image file in the terminal.
## Documentation
`man termage`