doc: update runtime-rs "Build and Install"

When using source code to compile runtime-rs,make the
documentation point out the detailed environment build
and compilation methods to avoid errors caused by related
dependent packages.

Fixes:#5757

Signed-off-by: Chen Taotao <chentt10@chinatelecom.cn>
This commit is contained in:
Chen Taotao 2022-11-22 01:34:58 -08:00 committed by Chen TaoTao
parent f02bb1a9cb
commit 2426ea9bdc

View File

@ -103,10 +103,9 @@ Some helper libraries are maintained in [the library directory](../libs) so that
## Build and install
```bash
$ make
$ sudo make install
```
See the
[build from the source section of the rust runtime installation guide](../../docs/install/kata-containers-3.0-rust-runtime-installation-guide.md#build-from-source-installation).
## Configuration
`runtime-rs` has the same [configuration as `runtime`](../runtime/README.md#configuration) with some [limitations](#limitations).