Skip to content

Commit 7e1f6ff

Browse files
author
dom
committed
Add libapt-pkg-dev in debian based dependencies
1 parent 4db07d8 commit 7e1f6ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/developer.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python36-devel rpm-devel sw
7575
bzip2-devel gcc-c++
7676
----
7777

78-
On Ubuntu 16.04, the command to install the build dependencies is:
78+
On Ubuntu 16.04, Debian 8 or Debian 9, the command to install the build dependencies is:
7979

8080
----
8181
sudo apt-get install -y cmake libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev \
8282
libgcrypt20-dev libselinux1-dev libxslt1-dev libgconf2-dev libacl1-dev libblkid-dev \
8383
libcap-dev libxml2-dev libldap2-dev libpcre3-dev python-dev swig libxml-parser-perl \
84-
libxml-xpath-perl libperl-dev libbz2-dev librpm-dev g++
84+
libxml-xpath-perl libperl-dev libbz2-dev librpm-dev g++ libapt-pkg-dev
8585
----
8686

8787
When you have all the build dependencies installed you can build the library.

0 commit comments

Comments
 (0)