... | ... | @@ -66,7 +66,7 @@ Make sure that the variables defined are all valid for your setup, and that PATH |
|
|
|
|
|
You may want to run \`./mach bootstrap\` the first time to get some deps
|
|
|
</summary>
|
|
|
Select "3", installing deps as recommended. This will also populate some \\\\\\\~/.mozbuild files and downloads. DO NOT let it setup your git, it can just as easily accidentally break it, so select 'n'. Likewise it's probably best to select 'n' when asked about submitting code to Mozilla. We currently maintain our own configs so also select 'n' for overwriting mozconfigs.
|
|
|
Select "3", installing deps as recommended. This will also populate some ~/.mozbuild files and downloads. DO NOT let it setup your git, it can just as easily accidentally break it, so select 'n'. Likewise it's probably best to select 'n' when asked about submitting code to Mozilla. We currently maintain our own configs so also select 'n' for overwriting mozconfigs.
|
|
|
</details>
|
|
|
|
|
|
To build:
|
... | ... | @@ -84,7 +84,7 @@ You may need to use \`rustup\` to install and select an appropriate rust version |
|
|
</summary>
|
|
|
|
|
|
```
|
|
|
rustup default 1.69
|
|
|
rustup default 1.76.0
|
|
|
rustup target add aarch64-linux-android
|
|
|
```
|
|
|
|
... | ... | |