Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/developer/developer.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ pcre2-devel perl-XML-Parser perl-XML-XPath perl-devel python36-devel rpm-devel s
bzip2-devel gcc-c++ libyaml-devel xmlsec1-devel xmlsec1-openssl-devel
----

On Ubuntu 16.04, Debian 8 or Debian 9, the command to install the build dependencies is:
On Ubuntu and Debian the command to install the build dependencies is:

----
sudo apt-get install -y cmake libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev \
libgcrypt20-dev libselinux1-dev libxslt1-dev libgconf2-dev libacl1-dev libblkid-dev \
libcap-dev libxml2-dev libldap2-dev libpcre3-dev python-dev swig libxml-parser-perl \
libgcrypt20-dev libselinux1-dev libxslt1-dev libglib2.0-dev libacl1-dev libblkid-dev \
libcap-dev libxml2-dev libldap2-dev libpcre2-dev python3-dev swig libxml-parser-perl \
libxml-xpath-perl libperl-dev libbz2-dev librpm-dev g++ libyaml-dev \
libxmlsec1-dev libxmlsec1-openssl
libxmlsec1-dev libxmlsec1-dev
----

Since version 1.4.0 OpenSCAP uses PCRE2 library to handle regular
Expand Down
Loading