Add notes to README.md about needing ostree-dev
Add notes to README.md about needing to install ostree-devel, or libostree-dev, or building ostree from source. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
1e1d6a512f
commit
eebbd6a098
1 changed files with 4 additions and 1 deletions
|
@ -85,6 +85,7 @@ yum install -y \
|
||||||
libgpg-error-devel \
|
libgpg-error-devel \
|
||||||
libseccomp-devel \
|
libseccomp-devel \
|
||||||
libselinux-devel \
|
libselinux-devel \
|
||||||
|
ostree-devel \
|
||||||
pkgconfig \
|
pkgconfig \
|
||||||
runc
|
runc
|
||||||
```
|
```
|
||||||
|
@ -106,7 +107,9 @@ apt install -y \
|
||||||
runc
|
runc
|
||||||
```
|
```
|
||||||
|
|
||||||
If using an older release or a long-term support release, be careful to double-check that the version of `runc` is new enough, or else build your own.
|
Debian, Ubuntu, and related distributions will also need a copy of the development libraries for `ostree`, either in the form of the `libostree-dev` package from the [flatpak](https://launchpad.net/~alexlarsson/+archive/ubuntu/flatpak) PPA, or built [from source](https://github.com/ostreedev/ostree) (more on that [here](https://ostree.readthedocs.io/en/latest/#building)).
|
||||||
|
|
||||||
|
If using an older release or a long-term support release, be careful to double-check that the version of `runc` is new enough (running `runc --version` should produce `spec: 1.0.0`), or else build your own.
|
||||||
|
|
||||||
**Optional**
|
**Optional**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue