summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Krasowski <krasowski.michal@gmail.com>2019-11-07 14:47:31 +0100
committerMichal Krasowski <krasowski.michal@gmail.com>2019-11-07 16:06:32 +0100
commit1fddf114f2a969e01a23330b9c40d458d7bbd2e0 (patch)
treeef4030ac92913d9de58e399ee95615f9b8948e41 /README.md
parentcda92ff68c0f220a374c405bc0a9e343e4c0cd42 (diff)
downloadepiphany-1fddf114f2a969e01a23330b9c40d458d7bbd2e0.tar.gz
README: Add dependency install guide for DEBs
There was an instruction for RPM-based distributions already, I have prepared a one-liner for DEB-based distros. Thanks to Peter Hutterer for providing instructions on this. http://who-t.blogspot.com/2018/07/meson-fails-with-native-dependency-not-found.html
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 90c788e3a..8c110c2b1 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,12 @@ automatically. For example, in Fedora:
$ sudo dnf install 'pkgconfig(hogweed)'
```
+In deb-based distributions:
+
+```
+$ sudo apt install $(apt-file search --package-only hogweed)
+```
+
In other distributions, you must research each dependency to determine which
package provides the required pkg-config file.