diff options
Diffstat (limited to 'audio/audacity/README')
-rw-r--r-- | audio/audacity/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/audacity/README b/audio/audacity/README index 5d0be96de9..d23d9f3530 100644 --- a/audio/audacity/README +++ b/audio/audacity/README @@ -2,8 +2,10 @@ Audacity is free, open source software for recording and editing sounds. With Audacity one can record live audio, convert tapes and records into digital recordings, edit Ogg, MP3, and WAV sound files, and much more. -Audacity requires either wxPython or wxGTK, and optional dependencies -are ffmpeg, soundtouch, and twolame. +Audacity requires either wxPython or wxGTK. -soundtouch, twolame and ffmpeg support can be enabled in the build -script if installed. See the build script itself for more information. +Support for optional dependencies can be enabled passing the script +optional parameters, such as: +FFMPEG=yes (requires ffmpeg) +SOUNDTOUCH=yes (requires soundtouch) +TWOLAME=yes (requires twolame) |