summaryrefslogtreecommitdiff
path: root/README
blob: 36a303fce42d4d6689fcea52ad16826d713c86b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This package has been created by Fabien Tassin <fta@sofaraway.org>.

It is *not* a debian package.

It is composed of just a Makefile and a pile of patches.
Those patches are targetting mozilla/client.mk and add targets to
fetch respectively nss, nspr and xulbrowser (browser build with libxul
from xulrunner package).

Depends on cvs, wget and quilt.

To use:

   $ make            (display usage)

	Usage:
	   make client                Fetch and patch mozilla client
	   make firefox-orig          Create firefox-trunk sources tarball
	   make xulrunner-orig        Create xulrunner-1.9 sources tarball
	   make nss-orig              Create nss-trunk sources tarball
  	   make nspr-orig             Create nspr-trunk sources tarball

   $ make client     (fetch and patch mozilla/client.mk from cvs)
   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nss
   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=nspr
   $ make -f mozilla/client.mk checkout MOZ_CO_PROJECT=xulbrowser