Release v0.0.2
[abstract.git] / README
blobfb9d3a137814f921be9d79c057978ffb3c373570
1 Things are changing rapidly. Please refer to
2 on-line documentation at
4 http://docs.aasii.org/
6 *** Install from source ***
7 Abstract is using Mozilla Build System. Firefox 3.0 beta 5 source is
8 required to build this version of Abstract:
10 Extract mozilla tree somewhere, and place content of this directory to
11 mozilla/abstract. Mozilla tree may be downloaded from
12 ftp://releases.mozilla.org/ or checked out from numerous version control
13 repositories (including at least CVS, Mercurial and git).
15 When all Mozilla Build Prerequisites are satisfied, this command will
16 build abstract and run its test suite:
18 make -s -f check.mk
20 If you system doesn't have a working pkg-config, add path to xulrunner
21 sdk to the make parameters:
23 make -s -f check.mk LIBXULPATH=/path/to/xulrunner-objdir/dist