transport: empty test for sqlite converter
[abstract.git] / README
blob4ef9967a79fb5b1b7407a47588e429d6663ed16f
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 (Firefox 3.1 beta 2 or
9 later is recommened):
11 Extract mozilla tree somewhere, and place content of this directory to
12 mozilla/abstract. Mozilla tree may be downloaded from
13 ftp://releases.mozilla.org/ or checked out from numerous version control
14 repositories (including at least CVS, Mercurial and git).
16 When all Mozilla Build Prerequisites are satisfied, this command will
17 build abstract and run its test suite:
19 make -s -f check.mk
21 If you system doesn't have a working pkg-config, add path to xulrunner
22 sdk to the make parameters:
24 make -s -f check.mk LIBXULPATH=/path/to/xulrunner-objdir/dist