Skip to content

Commit

Permalink
update readme and install.sh to suit bookworm (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinotherguy authored Jan 5, 2025
1 parent af591cc commit ae0372d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae0372d

Please sign in to comment.