summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Lanitz <frank@frank.uvena.de>2023-05-28 12:34:13 +0200
committerGitHub <noreply@github.com>2023-05-28 12:34:13 +0200
commit0edef871671b4f671155ecae77434ad12af6118c (patch)
treebdda8e286dddc6fa2675ed72bd3bad59d85ca45e
parent2f1b3519d38c99ded45c1a9d9e86f5d4dd961238 (diff)
Add ninja-build to Debian build dependencies
I needed to manually install it --hence adding it to the list of dependencies is a good idea.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 18daeeb5..fc20e0c9 100644
--- a/README.md
+++ b/README.md
@@ -309,7 +309,7 @@ sudo pacman -S qt5-base \
```bash
sudo apt install --no-install-recommends g++ cmake make zlib1g-dev libssl-dev libolm-dev liblmdb-dev libcmark-dev nlohmann-json3-dev libspdlog-dev libevent-dev libcurl4-openssl-dev libre2-dev libxcb-ewmh-dev asciidoc-base \
qt{base,declarative,tools,multimedia,quickcontrols2-}5-dev libqt5svg5-dev qt5keychain-dev qml-module-qt{gstreamer,multimedia,quick-extras,-labs-settings,-labs-platform,graphicaleffects,quick-controls2,quick-particles2} \
-libgstreamer1.0-dev libgstreamer-plugins-{base,bad}1.0-dev qtgstreamer-plugins-qt5 libnice-dev
+libgstreamer1.0-dev libgstreamer-plugins-{base,bad}1.0-dev qtgstreamer-plugins-qt5 libnice-dev ninja-build
```
lmdb++-dev is too old so bundled lmdbxx must be used.
libspdlog-dev in debian bullseye is too old (without backporting) so requires using hunter to use bundled spdlog.