summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInzamam <inzamam.15@cse.mrt.ac.lk>2019-03-13 22:27:22 +0530
committerZeeshan Ali <zeenix@gmail.com>2019-03-15 16:30:51 +0000
commit8e0637005082749e6ebcf39edfb7b95458fd8ff6 (patch)
tree508eb0756123f71e020c3d493d86858d4a71d60a
parentea978fbbb0497974ecf3e79d589fee12f7fd44ec (diff)
downloadgeoclue-8e0637005082749e6ebcf39edfb7b95458fd8ff6.tar.gz
HACKING: Fix names of Debian packages
-rw-r--r--HACKING.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/HACKING.md b/HACKING.md
index c5f9d7d..18eb6f5 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -22,9 +22,10 @@
sudo apt build-dep geoclue-2.0
```
-- For a full-fledged build, you also want ModemManager (mm-glib) and
- avahi-client and avahi-glib. You want the latter two if you want to use the
- [geoclue-share app](https://wiki.gnome.org/Apps/GeoclueShare).
+- For a full-fledged build, you also want ModemManager (mm-glib),
+ avahi-client and avahi-glib. You want the latter two if you want to use the
+ [geoclue-share app](https://wiki.gnome.org/Apps/GeoclueShare). You also need
+ libnotify if you want to build the demo agent.
Fedora:
@@ -37,9 +38,9 @@
Debian and Ubuntu:
```shell
- sudo apt install modemmanager
- sudo apt install libavahi-client3
- sudo apt install libavahi-glib1
+ sudo apt install modemmanager-dev
+ sudo apt install libavahi-client-dev
+ sudo apt install libavahi-glib-dev
sudo apt install libnotify-dev
```