LZMA2 Compression: Difference between revisions

update to latest patch URLs in build instructions, and add the "-L" flag for curl to follow redirects
(xz -8)
(update to latest patch URLs in build instructions, and add the "-L" flag for curl to follow redirects)
 
Line 55: Line 55:
First get set up building Firefox from source - see [https://developer.mozilla.org/en/docs/Developer_Guide/Build_Instructions Build Instructions]. Then apply the patch set and build:
First get set up building Firefox from source - see [https://developer.mozilla.org/en/docs/Developer_Guide/Build_Instructions Build Instructions]. Then apply the patch set and build:


   curl https://bugzilla.mozilla.org/attachment.cgi?id=754466 | hg import -
   curl -L https://bugzilla.mozilla.org/attachment.cgi?id=754466 | hg import -
   curl https://bugzilla.mozilla.org/attachment.cgi?id=754472 | hg import -
   curl -L https://bugzilla.mozilla.org/attachment.cgi?id=8359763 | hg import -
   curl https://bugzilla.mozilla.org/attachment.cgi?id=756558 | hg import -
   curl -L https://bugzilla.mozilla.org/attachment.cgi?id=8359769 | hg import -
   curl https://bugzilla.mozilla.org/attachment.cgi?id=754476 | hg import -
   curl -L https://bugzilla.mozilla.org/attachment.cgi?id=8359780 | hg import -
   ./mach clobber # seems to be needed to make changes to all.js effective
   ./mach clobber # seems to be needed to make changes to all.js effective
   ./mach build
   ./mach build
14

edits