Skip to content

Commit

Permalink
Change: Update install docs regarding debian version and libpaho
Browse files Browse the repository at this point in the history
Our base debian system is bullseye now and libpaho-mqtt is required.

(cherry picked from commit dec1cff)
  • Loading branch information
bjoernricks authored and mergify[bot] committed Jul 20, 2022
1 parent 03149d7 commit 53e3e06
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ INSTALLATION INSTRUCTIONS FOR GVM-LIBS
======================================

Please note: The reference system used by most of the developers is Debian
GNU/Linux 'Buster' 10. The build might fail on any other system. Also, it is
GNU/Linux 'Bullseye' 11. The build might fail on any other system. Also, it is
necessary to install dependent development packages.

Prerequisites for gvm-libs
Expand All @@ -29,6 +29,7 @@ Specific development libraries:
* libnet1 >= 1.1.2.1 (boreas)
* libpcap
* libgcrypt
* libpaho-mqtt >= 1.3.0 (utils)

Prerequisites for building documentation:
* doxygen
Expand All @@ -37,7 +38,7 @@ Prerequisites for building documentation:
Prerequisites for building tests:
* [Cgreen](https://cgreen-devs.github.io/#_installing_cgreen) (optional, for building tests)

Install prerequisites on Debian GNU/Linux 'Buster' 10:
Install prerequisites on Debian GNU/Linux 'Bullseye' 11:

apt-get install \
cmake \
Expand All @@ -50,7 +51,8 @@ Install prerequisites on Debian GNU/Linux 'Buster' 10:
libhiredis-dev \
libxml2-dev \
libpcap-dev \
libnet1-dev
libnet1-dev \
libpaho-mqtt-dev


Prerequisites for Optional Features
Expand All @@ -71,9 +73,6 @@ Install prerequisites for optional features on Debian GNU/Linux 'Buster' 10:
libldap2-dev \
libradcli-dev

Prerequisites for MQTT support:
* libpaho-mqtt-dev >= 1.3.8. This package is currently not available in debian buster stable. Could be installed from source, backports or unstable branch.

Compiling gvm-libs
------------------

Expand Down

0 comments on commit 53e3e06

Please sign in to comment.