Add build instructions for ARM build

This commit is contained in:
Cheng Zhao 2015-06-17 05:25:43 +00:00
Родитель 4f269ba650
Коммит af8a20fca5
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -50,3 +50,15 @@ If you change `VERSION` to point to a different Chromium release, or modify
$ script/update
This will regenerate all the project files. Then you can build again.
### Building for ARM target
```bash
$ ./script/bootstrap
$ ./script/update -t arm
$ cd vendor/chromium/src
$ ./build/install-build-deps.sh --arm
$ ./chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroot.py --arch=arm
$ cd -
$ ./script/build -t arm
```