From a70a05bf75d6f5dcfab324a5294be154d915cb0a Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Thu, 5 Dec 2024 16:06:30 +0100 Subject: [PATCH] Update package list in README.md for Debian Bookworm --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e14b3818..dddc77db 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,11 @@ Installation --------------- To install, follow the detailed installation instructions at http://wiki.volkszaehler.org/software/controller/vzlogger/installation_cpp-version -If you're impatient you can quickstart using (Debian Bullseye or Ubuntu 18.04 LTS): +If you're impatient you can quickstart using (Debian Bookworm or Ubuntu 18.04 LTS): - sudo apt-get install build-essential git-core cmake pkg-config subversion libcurl3-dev \ - libgnutls-dev libsasl2-dev uuid-dev uuid-runtime libtool dh-autoreconf libunistring-dev - -If you want to use MQTT support: - - sudo apt-get install libmosquitto-dev + sudo apt-get install extrace git-core cmake libtool dh-autoreconf uuid-dev libmicrohttpd-dev \ + build-essential pkg-config libgnutls28-dev libssl-dev libmosquitto-dev libgcrypt20-dev libcurl3-dev \ + libunistring-dev libssl-dev libsasl2-dev libcurl4-openssl-dev uuid-dev libtool libltdl-dev Then run the installation: