summaryrefslogtreecommitdiffstats
path: root/audio/audacity/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/README')
-rw-r--r--audio/audacity/README13
1 files changed, 9 insertions, 4 deletions
diff --git a/audio/audacity/README b/audio/audacity/README
index 3e3b5b0653..63f814b808 100644
--- a/audio/audacity/README
+++ b/audio/audacity/README
@@ -5,10 +5,15 @@ digital recordings, edit Ogg, MP3, and WAV sound files, and much more.
Optional dependencies (autodetected) are jack, ladspa_sdk, soundtouch,
twolame, vamp-plugin-sdk and vst3sdk.
-The manual is packaged with the application only if you pass the script
-the additional option
+The offline html manual will be packaged with the application and put
+in the /usr/doc/audacity-* directory only if you pass the script the
+additional option
MANUAL=yes
+From the application you will be able only to access the online manual
+with the default browser when selecting manual from the menu.
-NOTE: for audacity to build/run wxWidgets needs to be built with
+NOTES:
+- for audacity to build/run wxWidgets needs to be built with
support for gtk+3 (it won't work if you build it against qt).
-Also this SlackBuild won't work if you built wxWidgets with STL=yes
+- this SlackBuild won't work if you built wxWidgets with STL=yes
+- audacity requires SSE2 support on x86 (32bit) host cpus.