Confirmed users
1,377
edits
(→Nightly Builds: Make the difference between OSX and other profile setups clearer.) |
|||
| Line 100: | Line 100: | ||
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-bin -profile /path/to/gaia/profile | $ ../build/dist/bin/b2g-bin -profile /path/to/gaia/profile #if you specified GAIADIR | ||
$ ../build/dist/bin/b2g -profile /path/to/gaia/profile #if you did not specify GAIADIR | |||
(substituting /path/to/gaia with the path to which you cloned Gaia). | (substituting /path/to/gaia with the path to which you cloned Gaia). | ||