Make install-build-deps more obvious in docs
When following the linux build instructions, it's easy to miss the instruction to run install-build-deps.sh, because the instruction is just inside a paragraph of prose. All the other steps you're supposed to run are broken out into their own copy-paste-able code blocks. This change adds a code block for install-build-deps, so it's harder to miss. Change-Id: I96ba8bb38ab82ec79d4c96cd50fbaffa85184ba3 Reviewed-on: https://chromium-review.googlesource.com/c/1399451 Reviewed-by: Jeff Carpenter <jeffcarp@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#621871}
This commit is contained in:
@ -84,6 +84,10 @@ $ cd src
|
||||
Once you have checked out the code, and assuming you're using Ubuntu, run
|
||||
[build/install-build-deps.sh](/build/install-build-deps.sh)
|
||||
|
||||
```shell
|
||||
$ ./build/install-build-deps.sh
|
||||
```
|
||||
|
||||
You may need to adjust the build dependencies for other distros. There are
|
||||
some [notes](#notes) at the end of this document, but we make no guarantees
|
||||
for their accuracy.
|
||||
|
Reference in New Issue
Block a user