Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 584 Bytes

Hello

Ever wanted to build B2G but was using a distro that makes it awfully awful to do so?

This docker image helps by installing all neccecary deps into a Ubuntu 14.04 base image.

Workflow

git clone https://github.com/mozilla-b2g/B2G.git
cd B2G
./config.sh device-name
docker run -v $PWD:/B2G -i -t simonjohansson/b2g-build

This has been tested on:

  • nexus-4-kk
  • flame-kk
  • nexus-5

There will be missing deps for other platforms, please send PRs. :)