File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -33,19 +33,17 @@ replaces the Python implementation.
33
33
The following packages are required for building:
34
34
35
35
* ` clang `
36
- * ` libarchive-devel `
37
36
* ` openssl-devel `
38
37
* ` tpm2-tss-devel `
39
38
* (optional for the ` with-zmq ` feature): ` zeromq-devel `
40
39
41
40
To install, use the following command:
42
41
```
43
- $ dnf install clang libarchive-devel openssl-devel tpm2-tss-devel zeromq-devel
42
+ $ dnf install clang openssl-devel tpm2-tss-devel zeromq-devel
44
43
```
45
44
46
45
For runtime, the following packages are required:
47
46
48
- * ` libarchive `
49
47
* ` openssl `
50
48
* ` tpm2-tss `
51
49
* ` systemd ` (to run as systemd service)
@@ -56,7 +54,6 @@ For runtime, the following packages are required:
56
54
57
55
For Debian and Ubuntu, use the following packages are required:
58
56
59
- * ` libarchive-dev `
60
57
* ` libclang-dev `
61
58
* ` libssl-dev `
62
59
* ` libtss2-dev `
@@ -66,13 +63,12 @@ For Debian and Ubuntu, use the following packages are required:
66
63
To install, use the following command:
67
64
68
65
```
69
- $ apt-get install libarchive-dev libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config
66
+ $ apt-get install libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config
70
67
```
71
68
72
69
For runtime, the following packages are required:
73
70
74
71
* ` coreutils ` (for the ` mount ` command)
75
- * ` libarchive `
76
72
* ` libssl `
77
73
* ` libtss2-esys-3.0.2-0 `
78
74
* (optional for the ` with-zmq ` feature): ` libzmq3 `
You can’t perform that action at this time.
0 commit comments