From 8d324f82d5772594533624268755e4173be74eb3 Mon Sep 17 00:00:00 2001 From: Sergey Yanovich Date: Tue, 15 Apr 2008 23:57:50 +0300 Subject: [PATCH] Release v0.0.2 --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README b/README index fdedb8c..fb9d3a1 100644 --- a/README +++ b/README @@ -2,3 +2,22 @@ Things are changing rapidly. Please refer to on-line documentation at http://docs.aasii.org/ + +*** Install from source *** +Abstract is using Mozilla Build System. Firefox 3.0 beta 5 source is +required to build this version of Abstract: + +Extract mozilla tree somewhere, and place content of this directory to +mozilla/abstract. Mozilla tree may be downloaded from +ftp://releases.mozilla.org/ or checked out from numerous version control +repositories (including at least CVS, Mercurial and git). + +When all Mozilla Build Prerequisites are satisfied, this command will +build abstract and run its test suite: + +make -s -f check.mk + +If you system doesn't have a working pkg-config, add path to xulrunner +sdk to the make parameters: + +make -s -f check.mk LIBXULPATH=/path/to/xulrunner-objdir/dist -- 2.11.4.GIT