Skip to content

Commit 96fb7a7

Browse files
sandrobonazzoladougsland
authored andcommitted
README: add instructions for build deps
Follow up on #122 review. Adding instructions for enabling CRB repository on CS9. Signed-off-by: Sandro Bonazzola <[email protected]>
1 parent d309aa7 commit 96fb7a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ is based on the hosts /etc/hirte/agent.conf file. By default any changes to the
4949
systems agent.conf file are reflected into the QM /etc/hirte/agent.conf. You can
5050
further customize the QM hirte agent by adding content to the
5151
/usr/lib/qm/rootfs/etc/hirte/agent.conf.d/ directory.
52+
53+
## RPM building dependencies
54+
55+
In order to build qm package on CentOS Stream 9 you'll need Code Ready Builder
56+
repository enabled in order to provide `golang-github-cpuguy83-md2man` package.
57+
58+
```console
59+
# dnf install -y python3-dnf-plugins-core
60+
# dnf config-manager --set-enabled crb
61+
```

0 commit comments

Comments
 (0)