commit | 9b5f4c4f1ad8ed94d8bf34af6f0890793e718e4b | [log] [tgz] |
---|---|---|
author | David Munro <[email protected]> | Wed Jul 24 08:23:27 2019 |
committer | Commit Bot <[email protected]> | Wed Jul 24 08:23:27 2019 |
tree | 542a4916cc8a18f9ae7cbfc4a25e0c8ef8327f9b | |
parent | 4e0e7e532b04eef14f05077872629a2ccb763530 [diff] [blame] |
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 <[email protected]> Commit-Queue: Joel Hockey <[email protected]> Reviewed-by: Joel Hockey <[email protected]> Cr-Commit-Position: refs/heads/master@{#680354}
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md index 831f362a..6cd0ae3 100644 --- a/docs/linux_build_instructions.md +++ b/docs/linux_build_instructions.md
@@ -356,10 +356,10 @@ ### 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 -$ sudo apt-get install file +$ sudo apt-get install file lsb-release ``` Then invoke install-build-deps.sh with the `--no-arm` argument,