README 644 B

123456789101112131415161718192021
  1. Basilisk (Web browser -- BUILD FROM SOURCE)
  2. Note: this builds Basilisk from source and conflicts with the binary
  3. repackage also found on SBo.
  4. Basilisk is a demonstration program for the Unified XUL Platform (XUP).
  5. It is a hard fork from the Mozilla code repository (mozilla-central)
  6. with an ESR-52 fork point.
  7. Some build time options:
  8. GTK=gtk2 ./basilisk.SlackBuild
  9. will override the default and build with gtk2 instead of gtk3.
  10. jack-audio-connection-kit is an optional dependency and, if detected,
  11. automatically built. If this is undesirable you can blacklist jack, by
  12. passing the variable:
  13. BLACKLIST_JACK=yes ./basilisk.SlackBuild