From bed42105c72a2b49b0ae943243cfb2e4775c6229 Mon Sep 17 00:00:00 2001 From: gasolin Date: Mon, 10 Feb 2014 16:40:50 +0800 Subject: [PATCH] update screenshot of emulator --- CHANGELOG | 6 ++++++ README.md | 17 +++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 81997d9..8439ae1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +0.5 2014/2/10 +- pre-configure emulator build library dependency +- able to start emulator in GUI +- fix reop fetch failed by add bridge network +- fix wordlist error if any previous install is not complete + 0.4 2014/2/9 - besides b2g, able to use custom gecko or gaia by GECKO_PATH and GAIA_PATH. - provide gaia_init script diff --git a/README.md b/README.md index 89dae12..485ca81 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ FoxBox =========== -Version: 0.4 +Version: 0.4.3 FirefoxOS Build Environment in a VM (Virtual Machine). Powered by vagrant and virtualbox. @@ -68,13 +68,15 @@ Then FoxBox provide an init script to help you fetch B2G source: $ ./B2G_init.sh -Then go to B2G folder and type +Refer to https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build +Go to B2G folder and type $ cd B2G - $ ./configure.sh {your device} + $ ./configure.sh emulator $ ./build.sh -refer to https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build +The above instruction takes several hours. +Once the compile process is done, go to step 3 to launch emulator in GUI. Basically the above instruction can build all FirefoxOS for you including gecko and gaia. But you could build gaia or gecko independently to debug specific part of FirefoxOS. @@ -124,6 +126,13 @@ The `firefox nightly` is located in the top left `Applications Menu > internet > ![Imgur](http://i.imgur.com/7nhNUC3.png) +To start emulator, press `Application Menu > Terminal Emulator` from left top and run command: + + $ B2G/run-emulator.sh + +![Imgur](http://i.imgur.com/NRuv7DK.png) + + ## Trouble Shooting ### GUI Usage