From c6d2800331bebc64403f12e5be26eebeb78c6dd6 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Mon, 2 Sep 2019 12:00:41 +0200 Subject: [PATCH] docs: update depedencies instructions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b64694..d452505 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ A phone dialer and call handler. Calls is licensed under the GPLv3+. ## Dependencies +To build Calls you need to first install the build-deps defined by [the debian/control file](https://source.puri.sm/Librem5/calls/blob/master/debian/control#L6) - sudo apt-get install libgtk-3-dev libhandy-0.0-dev \ - modemmanager-dev libmm-glib-dev libgsound-dev libpeas-dev +If you are running a Debian based distribution, you can easily install all those the dependencies making use of the following command + + sudo apt-get build-dep . ## Building