diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2014-12-17 06:40:14 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-20 07:16:05 +0700 |
commit | 58e9ea52ff1b6b018bd0d601e43fbeb4800ff5e2 (patch) | |
tree | 9e4457e370dc40929f51d89fb5e763625cf0b719 /audio/apulse/README | |
parent | 2607289059fcb809a48b32034555ea1ec0282364 (diff) | |
download | slackbuilds-58e9ea52ff1b6b018bd0d601e43fbeb4800ff5e2.tar.gz |
audio/apulse: Updated for version 0.1.5 & detect multilib.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Thanks to B. Watson for the multilib code. :-)
Diffstat (limited to 'audio/apulse/README')
-rw-r--r-- | audio/apulse/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/apulse/README b/audio/apulse/README index 3dd8d7d9c5..014a29080b 100644 --- a/audio/apulse/README +++ b/audio/apulse/README @@ -6,7 +6,9 @@ Any app that requires pulseaudio can be run as such: PulseAudio is not required. -To install this on a multilib machine with 32-bit compatibility -libraries, run the SlackBuild preceded by COMPAT32=yes, like so: +The SlackBuild now detects a multilib machine and will +build with COMPAT32 libraries. If you have a reason +to bypass this, run: + + # COMPAT32=no sh apulse.SlackBuild - # COMPAT32=yes sh apulse.SlackBuild |