mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 20:54:26 +00:00
agent: Update build instructions
Fix the instructions explaining how to build the agent from source now that make needs to be run to auto-generate some source files. Fixes: #889. Signed-off-by: LiYa'nan <oliverliyn@gmail.com>
This commit is contained in:
parent
f134b4a301
commit
e3eff0eb15
@ -46,6 +46,7 @@ $ [ "$arch" == "ppc64le" ] && arch=powerpc64le
|
||||
$ rustup target add "${arch}-unknown-linux-musl"
|
||||
$ sudo ln -s /usr/bin/g++ /bin/musl-g++
|
||||
```
|
||||
|
||||
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