aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index eeec665..097f045 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ The following dependencies are required and need to be installed to build the ap
13 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications 13 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications
14 - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials 14 - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials
15 - [zbar](https://github.com/mchehab/zbar): For scanning QR codes via camera 15 - [zbar](https://github.com/mchehab/zbar): For scanning QR codes via camera
16 - [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages
16 17
17As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically. 18As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically.
18 19