Skip to content

Commit

Permalink
Update needed dependencies in build section.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzeller committed Dec 23, 2023
1 parent 05161d9 commit e1cc618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ build from source.

```bash
sudo apt install cmake git g++ pkg-config
sudo apt install libgraphicsmagick++-dev libturbojpeg-dev libexif-dev libswscale-dev libdeflate-dev # needed libs
sudo apt install libgraphicsmagick++-dev libturbojpeg-dev libexif-dev libswscale-dev libdeflate-dev librsvg2-dev libcairo-dev # needed libs

# For sixel output.
sudo apt install libsixel-dev
Expand Down Expand Up @@ -520,7 +520,7 @@ nix-shell

```bash
sudo dnf install cmake git g++ pkg-config
sudo dnf install GraphicsMagick-c++-devel turbojpeg-devel libexif-devel libswscale-free-devel
sudo dnf install GraphicsMagick-c++-devel turbojpeg-devel libexif-devel libswscale-free-devel librsvg2-devel cairo-devel

# If you want to include video decoding, also install these additional libraries
sudo dnf install libavcodec-free-devel libavformat-free-devel libavdevice-free-devel openslide-devel
Expand All @@ -531,7 +531,7 @@ sudo dnf install pandoc # If you want to recreate the man page

```bash
# Homebrew needs to be available to install required dependencies
brew install cmake git GraphicsMagick webp jpeg-turbo libexif # needed libs
brew install cmake git GraphicsMagick webp jpeg-turbo libexif librsvg cairo # needed libs

# If you want to include video decoding, install these additional libraries
brew install ffmpeg
Expand Down

0 comments on commit e1cc618

Please sign in to comment.