14
edits
m (grammar) |
(build) |
||
| Line 46: | Line 46: | ||
For heavily loaded servers, consider using type map files rather than MultiView so that Apache does not need to do a directory listing - see [http://httpd.apache.org/docs/2.4/content-negotiation.html#negotiation Apache documentation] for details. | For heavily loaded servers, consider using type map files rather than MultiView so that Apache does not need to do a directory listing - see [http://httpd.apache.org/docs/2.4/content-negotiation.html#negotiation Apache documentation] for details. | ||
== Building Firefox with LZMA2 Support == | |||
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 https://bugzilla.mozilla.org/attachment.cgi?id=754472 | hg import - | |||
curl https://bugzilla.mozilla.org/attachment.cgi?id=754475 | hg import - | |||
curl https://bugzilla.mozilla.org/attachment.cgi?id=754476 | hg import - | |||
./mach clobber # seems to be needed to make changes to all.js effective | |||
./mach build | |||
== Interoperability Notes == | == Interoperability Notes == | ||
edits