Skip to content

Commit

Permalink
docs: better documentation of build dependencies
Browse files Browse the repository at this point in the history
closes #54
  • Loading branch information
eddieantonio committed Jun 28, 2024
1 parent 2ff5475 commit 232898c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,16 @@ You must use `git clone --recurse-submodules` to clone this repository with its

### Requirements

- libncurses5-dev
To build from source, you need the following:

- GNU make
- pkg-config
- ncurses with header files

On Debian/Ubuntu/Mint/etc. you can get these packages with this
command:

sudo apt-get install build-essential pkg-config libncurses5-dev

### Recommended dependencies

Expand All @@ -77,6 +85,11 @@ find a compatible version on the system, `imgcat` will link to it!
- libpng (any 1.x version supported by [CImg])
- libjpeg (any version supported by [CImg])

On Debian/Ubuntu/Mint/etc. you can get these packages with this
command:

sudo apt-get install libpng-dev libjpeg-dev

Then:

```sh
Expand Down

0 comments on commit 232898c

Please sign in to comment.