mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +00:00
agent: README update to install protoc for ppc64le
Add a bit to the agent README about installing protoc manually for Power (ppc64le) Fixes: #1068 Signed-off-by: Christy Norman <christy@linux.vnet.ibm.com>
This commit is contained in:
parent
f09128d8c7
commit
11680efe4e
@ -49,6 +49,11 @@ $ rustup target add "${arch}-unknown-linux-musl"
|
||||
$ sudo ln -s /usr/bin/g++ /bin/musl-g++
|
||||
```
|
||||
|
||||
ppc64le-only: Manually install `protoc`, e.g.
|
||||
```bash
|
||||
$ sudo dnf install protobuf-compiler
|
||||
```
|
||||
|
||||
Download the source files in the Kata containers repository and build the agent:
|
||||
```bash
|
||||
$ GOPATH="${GOPATH:-$HOME/go}"
|
||||
|
Loading…
Reference in New Issue
Block a user