diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-08-20 20:03:44 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-08-20 20:03:44 +0100 |
commit | 0dab7ce28f382e2e17f99b2f5229e51cd6df41c9 (patch) | |
tree | 10869f2654e14b2696cc6438bc107dd35eca4224 /network/palemoon/README | |
parent | aa88b04cd8f0488b8ef2879624baee4e90e4f6c8 (diff) | |
download | slackbuilds-0dab7ce28f382e2e17f99b2f5229e51cd6df41c9.tar.gz |
network/palemoon: Updated for version 28.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/palemoon/README')
-rw-r--r-- | network/palemoon/README | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/network/palemoon/README b/network/palemoon/README index c8cbf18f6c..72c8031fec 100644 --- a/network/palemoon/README +++ b/network/palemoon/README @@ -16,12 +16,6 @@ offically released by the Pale Moon devs. ---------------------------------------------------------------------------- -To package this version of Pale Moon for installation along side any other -version of Pale Moon, (such as the before mentioned version known here as -"palemoon") pass the script the parameter: - - APPEND_VERSION_SUFFIX=yes - See http://docs.slackware.com/howtos:software:palemoon for additional tips and help resources. @@ -31,10 +25,6 @@ or use Alienbob's patched oxygen-gtk2; which will fix this issue. http://www.slackware.com/~alien/slackbuilds/oxygen-gtk2/build/ See the help doc link above for other creative tips and workarounds. -It is recommended that Pale Moon be compiled with gcc 4.9.4. Compiling Pale -Moon with any other compiler may result in an unstable build. Look for -gcclegacy494 here on SBo. - A native fork of FireFox's developer tools exists as an external add-on or internally. Pale Moon by default ships with the developer tools internally; if this is undesirable, dev tools can be disabled by passing the script the @@ -52,17 +42,16 @@ To remove the "AdNauseam" extension from the Pale Moon blocklist, do ADNAUSEAM=unblock ./palemoon.SlackBuild -To remove the "NoScript" extension from the Pale Moon blocklist, do - - NOSCRIPT=unblock ./palemoon.SlackBuild - -Note: The most up-to-date version of NoScript compatible with Pale Moon can be -found here: https://noscript.net/getit#classic - If your processor doesn't support sse2 instructions or you get segfaults, try looking in the SlackBuild for the OPTIMIZE build option (eventually refer to the Pale Moon developers for help). +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 ./palemoon.SlackBuild + To enable debug information, pass the script the parameter ENABLE_DEBUG=yes |