Can't wait for 1.1?
- Download the source for 1.0.3 (from this page)
- Save this patch (fixes middle-button actions, originally from this Bugzilla page) into the base 'mozilla' folder, then run it with
patch -p0
- Create a ~/.mozconfig file (here's mine - the optimization flags are for a G3 processor, but can be changed).
- Compile with
./configure
andmake
as normal. This can take a while. - Run
so that your search plugins don't get overwritten during the upgrade.mv /Applications/Firefox.app/Contents/MacOS/searchplugins ~/Library/Application\ Support/Firefox/
- Run
to install Firefox including the symlinked libraries.cp -R -L dist/Firefox.app /Applications/
- Run
so that the new version can find your search pluginsln -s ~/Library/Application\ Support/Firefox/searchplugins /Applications/Firefox.app/Contents/MacOS/
- Run Firefox. If necessary set up the userChrome.css, userContent.css, user.js and extensions as described earlier.