summaryrefslogtreecommitdiffstats
path: root/network/basilisk/README
diff options
context:
space:
mode:
author khronosschoty2018-09-23 21:01:27 +0200
committer Willy Sudiarto Raharjo2018-09-29 02:47:33 +0200
commit5caad8b0a7451bfe0a7d79fc0c5423c03dbd1ab5 (patch)
tree0526f506b63e561eb65b7cc16d1d98741a35aa4a /network/basilisk/README
parent163911aa96be05f655793144f1538a8e2bc5dc0e (diff)
downloadslackbuilds-5caad8b0a7451bfe0a7d79fc0c5423c03dbd1ab5.tar.gz
network/basilisk: Added (renamed from basilisk-src).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/basilisk/README')
-rw-r--r--network/basilisk/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/network/basilisk/README b/network/basilisk/README
new file mode 100644
index 0000000000..608efa0cc3
--- /dev/null
+++ b/network/basilisk/README
@@ -0,0 +1,20 @@
+Basilisk (Web browser -- BUILD FROM SOURCE)
+
+Note: 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.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.SlackBuild