Commit 9b5f4c4f authored by David Munro's avatar David Munro Committed by Commit Bot

Update docs for building Chromium on Crostini

install-build-deps requires lsb_release, add a note for Crostini
to install lsb-release before running install-build-deps

Bug: None
Test: sudo apt install lsb-release; install-build-deps.sh --no-arm
Change-Id: I642275a4aa6ac22ff9c71733a4b4911db23bc392
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1716605
Auto-Submit: David Munro <davidmunro@google.com>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJoel Hockey <joelhockey@chromium.org>
Cr-Commit-Position: refs/heads/master@{#680354}
parent 4e0e7e53
...@@ -356,10 +356,10 @@ For the optional packages on Arch Linux: ...@@ -356,10 +356,10 @@ For the optional packages on Arch Linux:
### Crostini (Debian based) ### Crostini (Debian based)
First install the `file` command for the script to run properly: First install the `file` and `lsb-release` commands for the script to run properly:
```shell ```shell
$ sudo apt-get install file $ sudo apt-get install file lsb-release
``` ```
Then invoke install-build-deps.sh with the `--no-arm` argument, Then invoke install-build-deps.sh with the `--no-arm` argument,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment