Skip to content
Snippets Groups Projects
Commit 4a2d4919 authored by David Cordero's avatar David Cordero
Browse files

Update documentation regarding build dependencies

parent 3ba23ee0
No related branches found
No related tags found
1 merge request!185Use `apt-get build-dep .` to install dependencies
Pipeline #3479 passed
......@@ -11,10 +11,12 @@ libhandy is licensed under the LGPL-2.1+.
## Build dependencies
To build libhandy you need the following build-deps:
To build libhandy you need to first install the build-deps defined by [the debian/control file](https://source.puri.sm/Librem5/libhandy/blob/master/debian/control#L6)
If you are running a Debian based distribution, you can easily install all those the dependencies making use of the following command
```sh
sudo apt-get -y install gtk-doc-tools libgirepository1.0-dev libgnome-desktop-3-dev libgtk-3-dev meson pkg-config valac
sudo apt-get build-dep .
```
## Building
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment