Commit 5629377f authored by Kenneth Russell's avatar Kenneth Russell

Update Linux build instructions for Crostini.

Bug: 887751
Change-Id: Ia615c546c4550ac8e5535a6becf3dce1601bef18
Reviewed-on: https://chromium-review.googlesource.com/1237557Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593047}
parent ad2ef47c
......@@ -350,6 +350,21 @@ For the optional packages on Arch Linux:
in AUR/`yaourt`
* `sun-java6-fonts` do not seem to be in main repository or AUR.
### Crostini (Debian based)
First install the `file` command for the script to run properly:
```shell
$ sudo apt-get install file
```
Then invoke install-build-deps.sh with the `--no-arm` argument,
because the ARM toolchain doesn't exist for this configuration:
```shell
$ sudo install-build-deps.sh --no-arm
```
### Debian
Some tests require the `ttf-mscorefonts-installer` package from the `contrib`
......
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