diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-09 12:46:19 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-09 16:38:03 +0200 |
| commit | 353329bbeac7fe6f80afd2ffaefd7519dc3eb8a8 (patch) | |
| tree | 08dc1ddaf5b8682e1d5466c4d650d1f2dc168a27 | |
| parent | 1159a169b0296813ba6a80f973bacbedaf02f1ef (diff) | |
BUILD.md: Add dependencies for Alpine Linux
| -rw-r--r-- | doc/BUILD.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/BUILD.md b/doc/BUILD.md index 51ac6bcd..40fdd8e5 100644 --- a/doc/BUILD.md +++ b/doc/BUILD.md @@ -20,6 +20,12 @@ sudo zypper install cmake gcc-c++ gpgme-devel libnotify-devel libgcrypt-devel pk sudo pacman -S cmake vala ninja glib2 glib-networking gtk3 gpgme libgee>=0.10 libgcrypt libsoup sqlite qrencode gspell gstreamer gst-plugins-base gst-plugins-good gst-plugin-gtk webrtc-audio-processing libnice libsrtp libsignal-protocol-c ``` +### Alpine Linux + +``` +sudo apk add git make cmake gcc g++ vala libgee-dev sqlite-dev gst-plugins-good gtk4.0-dev libadwaita-dev libgcrypt-dev libsrtp-dev libsoup-dev libnice-dev musl-utils libqrencode-dev libsignal-protocol-c-dev gpgme-dev gstreamer-dev gst-plugins-base-dev +``` + # libsignal-protocol-c If build complains about missing or incompatible libsignal-protocol-c and it is not provided by your distribution, you can fetch and build it in tree by using `./configure --with-libsignal-in-tree`. |
