changes
This commit is contained in:
parent
4f92e73ec4
commit
4d323b3f51
1 changed files with 8 additions and 2 deletions
10
README2.md
10
README2.md
|
|
@ -1,13 +1,19 @@
|
||||||
Just some notes
|
Just some notes
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
To build, one should use the following:
|
Once you have built the entire mozilla-unified with all the mach bootstrap stuff (which will
|
||||||
|
install the needed binaries in $HOME/.mozbuild), don't forget to copy the entire
|
||||||
|
C:\Program Files\Git folder to /c/mozilla-source to get a sed.exe that understands the -z option,
|
||||||
|
and to get sha256sum.exe.
|
||||||
|
|
||||||
|
|
||||||
|
To build, one should use the following command in the checked out windows repo:
|
||||||
|
|
||||||
$ time bash build.sh fetch prepare build package
|
$ time bash build.sh fetch prepare build package
|
||||||
|
|
||||||
|
|
||||||
the final .zip is in:
|
the final .zip is in:
|
||||||
C:\mozilla-source\firefox-85.0\obj-x86_64-pc-mingw32\dist
|
C:\mozilla-source\windows\firefox-85.0\obj-x86_64-pc-mingw32\dist
|
||||||
|
|
||||||
|
|
||||||
* problem with old sed. does not recognize -z. using the one from Git might be a work around.
|
* problem with old sed. does not recognize -z. using the one from Git might be a work around.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue