diff options
Diffstat (limited to 'audio/caps/README')
-rw-r--r-- | audio/caps/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/caps/README b/audio/caps/README index bc7f5fbec9eb..b628c4b846d6 100644 --- a/audio/caps/README +++ b/audio/caps/README @@ -10,3 +10,8 @@ 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 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. |