Skip to content

Commit 409d2e8

Browse files
committed
README: remove mentions of libarchive as a dependency
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent 7c8f97a commit 409d2e8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,17 @@ replaces the Python implementation.
3333
The following packages are required for building:
3434

3535
* `clang`
36-
* `libarchive-devel`
3736
* `openssl-devel`
3837
* `tpm2-tss-devel`
3938
* (optional for the `with-zmq` feature): `zeromq-devel`
4039

4140
To install, use the following command:
4241
```
43-
$ dnf install clang libarchive-devel openssl-devel tpm2-tss-devel zeromq-devel
42+
$ dnf install clang openssl-devel tpm2-tss-devel zeromq-devel
4443
```
4544

4645
For runtime, the following packages are required:
4746

48-
* `libarchive`
4947
* `openssl`
5048
* `tpm2-tss`
5149
* `systemd` (to run as systemd service)
@@ -56,7 +54,6 @@ For runtime, the following packages are required:
5654

5755
For Debian and Ubuntu, use the following packages are required:
5856

59-
* `libarchive-dev`
6057
* `libclang-dev`
6158
* `libssl-dev`
6259
* `libtss2-dev`
@@ -66,13 +63,12 @@ For Debian and Ubuntu, use the following packages are required:
6663
To install, use the following command:
6764

6865
```
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
7067
```
7168

7269
For runtime, the following packages are required:
7370

7471
* `coreutils` (for the `mount` command)
75-
* `libarchive`
7672
* `libssl`
7773
* `libtss2-esys-3.0.2-0`
7874
* (optional for the `with-zmq` feature): `libzmq3`

0 commit comments

Comments
 (0)