mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-10 20:19:07 +00:00
Add more build dependencies to README.
BUG=None TEST=sudo apt install ... Change-Id: Ic30b659049818c673f69068112350687bdf2666e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2452791 Reviewed-by: Dylan Reid <dgreid@chromium.org> Commit-Queue: Andrew Walbran <qwandor@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Andrew Walbran <qwandor@google.com>
This commit is contained in:
parent
685316f0bd
commit
cf014f3554
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ you can install `libcap-dev` and `libfdt-dev`.
|
|||
Handy Debian one-liner for all build and runtime deps, particularly if you're
|
||||
running Crostini:
|
||||
```sh
|
||||
sudo apt install build-essential libcap-dev libfdt-dev pkg-config python
|
||||
sudo apt install build-essential libcap-dev libfdt-dev libgbm-dev libvirglrenderer-dev libwayland-bin libwayland-dev pkg-config protobuf-compiler python wayland-protocols
|
||||
```
|
||||
|
||||
Known issues:
|
||||
|
|
Loading…
Reference in a new issue