| 4 | | A note about dependencies, [http://ports.haiku-files.org/svn/haikuports/trunk/www-client/mozilla-firefox/TinnyTim.sh TinnyTim.sh] will download, build, and install all three dependencies: glib, libidl, and autoconf 2.13.[[BR]] |
| | 4 | dependencies : [http://ports.haiku-files.org/svn/haikuports/trunk/www-client/mozilla-firefox/TinnyTim.sh TinnyTim.sh] will download, build, and install all three dependencies: glib, libidl, and autoconf 2.13.[[BR]] |
| | 5 | [[BR]] |
| | 6 | patches and mozconfigs : http://ports.haiku-files.org/browser/haikuports/trunk/www-client/mozilla-firefox [[BR]] |
| 6 | | export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot [[BR]] |
| 7 | | export MOZ_CO_PROJECT=all[[BR]] |
| 8 | | cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk[[BR]] |
| 9 | | cd mozilla[[BR]] |
| 10 | | make -f client.mk checkout[[BR]] |
| 11 | | #note MOZ_CO_PROJECT=all instructs cvs to checkout all the available sources,[[BR]] |
| 12 | | useful if you plan on building multiple projects. eg, firefox and thunderbird.[[BR]] |
| 13 | | [[BR]] |
| 14 | | '''--OR--'''[[BR]] |
| 15 | | [[BR]] |
| 16 | | wget [http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2 http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2] [[BR]] |
| 17 | | md5sum mozilla_1_8_branch-cvs-20090208.tar.bz2[[BR]] |
| 18 | | # 2884bc58be03f7fd998583efef5c92c6[[BR]] |
| 19 | | ---- |
| | 8 | Get source code : [[BR]] |
| | 9 | from CVS: |
| | 10 | {{{ |
| | 11 | export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot |
| | 12 | export MOZ_CO_PROJECT=all |
| | 13 | cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk |
| | 14 | cd mozilla |
| | 15 | make -f client.mk checkout |
| | 16 | #note MOZ_CO_PROJECT=all instructs cvs to checkout all the available sources, |
| | 17 | useful if you plan on building multiple projects. eg, firefox and thunderbird. |
| | 18 | }}} |
| | 19 | |
| | 20 | from a cvs tarball: |
| | 21 | {{{ |
| | 22 | wget http://bezilla.beuser.de/builds/mozilla_1_8_branch-cvs-20090208.tar.bz2 |
| | 23 | md5sum mozilla_1_8_branch-cvs-20090208.tar.bz2 |
| | 24 | # 2884bc58be03f7fd998583efef5c92c6 |
| | 25 | }}} |