summaryrefslogtreecommitdiffstats
path: root/audio/caps/README
diff options
context:
space:
mode:
author B. Watson2014-02-13 16:54:17 +0100
committer Willy Sudiarto Raharjo2014-02-13 19:33:16 +0100
commit41fad29d93c59bed36654660b46de4c1b739e4d2 (patch)
treed14402aaa9ebf7de41f2dcc16b63cecc97193edf /audio/caps/README
parentefd6b0ec5b2c8ece43517903cb2fc37f06c97114 (diff)
downloadslackbuilds-41fad29d93c59bed36654660b46de4c1b739e4d2.tar.gz
audio/caps: Updated for version 0.9.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/caps/README')
-rw-r--r--audio/caps/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/caps/README b/audio/caps/README
index b628c4b846..c02ce92679 100644
--- a/audio/caps/README
+++ b/audio/caps/README
@@ -9,9 +9,13 @@ equalization and more.
By default, CAPS will use SSE and/or SSE3 optimizations, if they are
supported on the build host. If you're building a package to be deployed
on a different system, you might need to set FORCE_SLACK_CFLAGS=yes in
-the script's environment (this will completely disable SSE/SSE3).
+the script's environment, which will completely disable SSE/SSE3 (but
+might cause performance problems, your mileage may vary).
The CAPS HTML documentation is about 1MB in size, located in
-/usr/doc/caps-$VERSION/html/index.html. If you want to leave it out
-of the package (e.g. if you're building for an embedded system), set
-DOCS=no in the script's environment.
+/usr/doc/caps-$VERSION/html/index.html. If you want to leave it out of
+the package, set DOCS=no in the script's environment. Note that the HTML
+doc is also available online (it's the caps homepage)... but only the
+most recent version, which might be newer than this build.
+
+If you're upgrading from an older version of caps, read UPGRADE.txt.