From ae0372d60114cfa01924bcc9dfda7a26be317c4c Mon Sep 17 00:00:00 2001 From: Justin Otherguy Date: Sun, 5 Jan 2025 18:59:20 +0100 Subject: [PATCH] update readme and install.sh to suit bookworm (#684) --- README.md | 11 ++++------- install.sh | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e14b3818..ad75f942 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 24.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: diff --git a/install.sh b/install.sh index a2d7e179..56440719 100755 --- a/install.sh +++ b/install.sh @@ -117,7 +117,7 @@ echo "vzlogger installation script" echo echo -n "checking prerequisites:" -deps=( grep extrace git cmake pkg-config dh-autoreconf ) +deps=( grep extrace git cmake pkg-config dh_autoreconf ) for binary in "${deps[@]}"; do if binpath="$(which $binary)" ; then echo -n " $binary"