Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 4765edf

Browse files
committed
Add Ubuntu dependency instructions
Signed-off-by: Alexander Scheel <[email protected]>
1 parent 1633ec2 commit 4765edf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ optional dependencies:
3232
# yum install polkit
3333
```
3434

35+
On Ubuntu this is roughly equivalent to:
36+
37+
```console
38+
# apt install build-essential openssh-client libopenscap-dev libqt5xmlpatterns5-dev ssh-askpass
39+
# apt install asciidoc
40+
# apt install libpolkit-agent-1-0
41+
```
42+
3543
2) Build SCAP Workbench:
3644
```console
3745
$ mkdir build; cd build

0 commit comments

Comments
 (0)