docs: update depedencies instructions

This commit is contained in:
Julian Sparber
2019-09-02 12:00:41 +02:00
parent 03ede5b574
commit c6d2800331

View File

@@ -7,9 +7,11 @@ A phone dialer and call handler.
Calls is licensed under the GPLv3+. Calls is licensed under the GPLv3+.
## Dependencies ## 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 \ If you are running a Debian based distribution, you can easily install all those the dependencies making use of the following command
modemmanager-dev libmm-glib-dev libgsound-dev libpeas-dev
sudo apt-get build-dep .
## Building ## Building