Confirmed users
1,377
edits
| 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 #if you specified GAIADIR | $ ../build/dist/bin/b2g-bin -profile /path/to/gaia/profile #if you specified GAIADIR (e.g. Mozilla Nightlies) | ||
$ ../build/dist/bin/b2g -profile /path/to/gaia/profile #if you did not specify GAIADIR | $ ../build/dist/bin/b2g -profile /path/to/gaia/profile #if you did not specify GAIADIR | ||