From 3fbc6d75f25739a30e6510f783662f6aa97d0eeb Mon Sep 17 00:00:00 2001 From: Dennis Kempin Date: Fri, 18 Jun 2021 14:55:37 -0700 Subject: [PATCH] Update linux build requirements in README.md TEST=None BUG=None Change-Id: Ibf92e718b7cb54bec7a66f7ebacf501748792739 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2973579 Reviewed-by: Dylan Reid Commit-Queue: Dennis Kempin Tested-by: Dennis Kempin Tested-by: kokoro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c81d1b192..43c119ffed 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ you can install `libcap-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 libgbm-dev libvirglrenderer-dev libwayland-bin libwayland-dev pkg-config protobuf-compiler python wayland-protocols bindgen +sudo apt install build-essential clang libasound2-dev libcap-dev libgbm-dev libvirglrenderer-dev libwayland-bin libwayland-dev pkg-config protobuf-compiler python wayland-protocols bindgen ``` Known issues: