Confirmed users
394
edits
Benfrancis (talk | contribs) No edit summary |
|||
| Line 94: | Line 94: | ||
The build will appear in ../build (or whatever MOZ_OBJDIR is set to in your .mozconfig) and will take a ''long'' time the first time you build. Once it's built you can run B2G with: | The build will appear in ../build (or whatever MOZ_OBJDIR is set to in your .mozconfig) and will take a ''long'' time the first time you build. Once it's built you can run B2G with: | ||
$ ../build/dist/bin/b2g -profile /path/to/gaia/profile | $ ../build/dist/bin/b2g-bin -profile /path/to/gaia/profile | ||
(substituting /path/to/gaia with the path to which you cloned Gaia). | (substituting /path/to/gaia with the path to which you cloned Gaia). | ||
| Line 233: | Line 233: | ||
You can run B2G Desktop with the JavaScript console by using the -jsconsole flag | You can run B2G Desktop with the JavaScript console by using the -jsconsole flag | ||
$ /path/to/b2g-bin -jsconsole | |||
=== Launching an app directly === | === Launching an app directly === | ||