Skip to content

Commit

Permalink
README: remove mentions of libarchive as a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Feb 12, 2024
1 parent 7c8f97a commit 409d2e8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,17 @@ replaces the Python implementation.
The following packages are required for building:

* `clang`
* `libarchive-devel`
* `openssl-devel`
* `tpm2-tss-devel`
* (optional for the `with-zmq` feature): `zeromq-devel`

To install, use the following command:
```
$ dnf install clang libarchive-devel openssl-devel tpm2-tss-devel zeromq-devel
$ dnf install clang openssl-devel tpm2-tss-devel zeromq-devel
```

For runtime, the following packages are required:

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

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

* `libarchive-dev`
* `libclang-dev`
* `libssl-dev`
* `libtss2-dev`
Expand All @@ -66,13 +63,12 @@ For Debian and Ubuntu, use the following packages are required:
To install, use the following command:

```
$ apt-get install libarchive-dev libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config
$ apt-get install libclang-dev libssl-dev libtss2-dev libzmq3-dev pkg-config
```

For runtime, the following packages are required:

* `coreutils` (for the `mount` command)
* `libarchive`
* `libssl`
* `libtss2-esys-3.0.2-0`
* (optional for the `with-zmq` feature): `libzmq3`
Expand Down

0 comments on commit 409d2e8

Please sign in to comment.