diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-05-02 11:53:48 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-05-02 11:53:48 +0100 |
commit | 7488e2780fd9bb7b58d49cf7af71d334d7d092df (patch) | |
tree | 8f243e8671af5a6cf18a5a8c840acb27848e5af4 /network/basilisk-src/README | |
parent | d7f80e2c4753d08edc14c3219a2c04608c271371 (diff) |
network/basilisk-src: Updated for version 2018.04.23.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/basilisk-src/README')
-rw-r--r-- | network/basilisk-src/README | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/network/basilisk-src/README b/network/basilisk-src/README index 11de88ef77de2..f6dacb48d73d7 100644 --- a/network/basilisk-src/README +++ b/network/basilisk-src/README @@ -1,7 +1,20 @@ -Basilisk browser demonstration program for the Unified XUL Platform. +Basilisk (Web browser -- BUILD FROM SOURCE) -The Unified XUL Platform (UXP) -- Codename Möbius, is a hard fork from the -Mozilla code repository (mozilla-central) with an early 2017 fork point. +Note: this builds Basilisk from source and conflicts with the binary +repackage also found on SBo. -This builds Basilisk from source and conflicts with the binary repackage also -found on SBo. +Basilisk is a demonstration program for the Unified XUL Platform (XUP). +It is a hard fork from the Mozilla code repository (mozilla-central) +with an ESR-52 fork point. + +Some build time options: + + GTK=gtk2 ./basilisk-src.SlackBuild + +will override the default and build with gtk2 instead of gtk3. + +jack-audio-connection-kit is an optional dependency and, if detected, +automatically built. If this is undesirable you can blacklist jack, by +passing the variable: + + BLACKLIST_JACK=yes ./basilisk-src.SlackBuild |