Skip to content

Commit

Permalink
Document Debian/Ubuntu meson build option
Browse files Browse the repository at this point in the history
  • Loading branch information
wbob authored and aruiz committed Oct 21, 2020
1 parent 9a53ad7 commit 55cdaea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ Building from source
meson builddir
ninja -C builddir
```


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

Install:
```
sudo ninja -C builddir install
Expand Down

0 comments on commit 55cdaea

Please sign in to comment.