Skip to content

Commit

Permalink
edit of README.md, to add packages needed to build on Debian/Ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhaw authored and aruiz committed May 15, 2022
1 parent 40d0e19 commit acc6c51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ Building from source
```

Build on Debian/Ubuntu:

Install dependencies:
```
sudo apt install libwebp-dev libgdk-pixbuf2.0-dev libgtk-3-dev meson build-essential
```
(libgtk-3-dev is optional, used in development)

Build:
```
meson builddir -Dgdk_pixbuf_query_loaders_path=/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders
ninja -C builddir
Expand Down

0 comments on commit acc6c51

Please sign in to comment.