Merge pull request #1334 from clnperez/ppc64le-protoc

agent: README update to install protoc for ppc64le
This commit is contained in:
Fabiano Fidêncio
2021-02-06 01:08:42 +01:00
committed by GitHub

View File

@@ -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}"