Skip to content

Commit 2f15c00

Browse files
committed
Update developer manual with yamfilecontent probe
1 parent 5bef089 commit 2f15c00

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/developer/developer.adoc

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ $ cd openscap
3636
----
3737
+
3838

39+
NOTE: We include https://github.com/OpenSCAP/yaml-filter[yaml-filter] library
40+
as a git submodule. To get more information about using git submodules, read
41+
https://git-scm.com/book/en/v2/Git-Tools-Submodules[Git Tools - Submodules].
42+
3943
. *Get the build dependencies*
4044
+
4145
--
@@ -52,7 +56,7 @@ sudo yum install \
5256
cmake dbus-devel GConf2-devel libacl-devel libblkid-devel libcap-devel libcurl-devel \
5357
libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel libattr-devel make openldap-devel \
5458
pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python-devel rpm-devel swig \
55-
bzip2-devel gcc-c++
59+
bzip2-devel gcc-c++ libyaml-devel
5660
----
5761

5862
On Fedora 24+, the command to install the build dependencies is:
@@ -62,7 +66,7 @@ sudo yum install \
6266
cmake dbus-devel GConf2-devel libacl-devel libblkid-devel libcap-devel libcurl-devel \
6367
libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel libattr-devel make openldap-devel \
6468
pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python3-devel rpm-devel swig \
65-
bzip2-devel gcc-c++
69+
bzip2-devel gcc-c++ libyaml-devel
6670
----
6771

6872
On RHEL 8 / CentOS 8, the command to install the build dependencies is:
@@ -72,7 +76,7 @@ sudo yum install \
7276
cmake dbus-devel libacl-devel libblkid-devel libcap-devel libcurl-devel \
7377
libgcrypt-devel libselinux-devel libxml2-devel libxslt-devel libattr-devel make openldap-devel \
7478
pcre-devel perl-XML-Parser perl-XML-XPath perl-devel python36-devel rpm-devel swig \
75-
bzip2-devel gcc-c++
79+
bzip2-devel gcc-c++ libyaml-devel
7680
----
7781

7882
On Ubuntu 16.04, Debian 8 or Debian 9, the command to install the build dependencies is:
@@ -81,7 +85,7 @@ On Ubuntu 16.04, Debian 8 or Debian 9, the command to install the build dependen
8185
sudo apt-get install -y cmake libdbus-1-dev libdbus-glib-1-dev libcurl4-openssl-dev \
8286
libgcrypt20-dev libselinux1-dev libxslt1-dev libgconf2-dev libacl1-dev libblkid-dev \
8387
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++ libapt-pkg-dev
88+
libxml-xpath-perl libperl-dev libbz2-dev librpm-dev g++ libapt-pkg-dev libyaml-dev
8589
----
8690

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

0 commit comments

Comments
 (0)