diff options
author | AW Green <awg@posteo.us> | 2017-08-09 08:12:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-12 06:57:40 +0700 |
commit | ca4108f97167e7049bd28feb8d551682dccfc82e (patch) | |
tree | f9b0c69694928249f60c3bc900d08879a4f75f82 /audio/snd/README | |
parent | 750166e7840ec93662c4162c6ca52fb7863dad08 (diff) | |
download | slackbuilds-ca4108f97167e7049bd28feb8d551682dccfc82e.tar.gz |
audio/snd: Updated for version 17.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/snd/README')
-rw-r--r-- | audio/snd/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/snd/README b/audio/snd/README index ee23b7e4fc..c2847b1fc0 100644 --- a/audio/snd/README +++ b/audio/snd/README @@ -4,10 +4,11 @@ includes a complete implementation of Common Lisp Music (CLM), can be run sans GUI as a scripting engine, and more. This SlackBuild configures Snd to use Scheme (s7), ALSA, and Motif, as -these options are well-supported by Snd's author and extensively -tested. +these options are well-supported by Snd's author and extensively tested. +But if you prefer GTK3 to Motif, then enable it like so: + GTK=yes sh ./snd.SlackBuild -Support for OpenGL rendering of spectrograms can be enabled like so: +Support for OpenGL spectrogram rendering can also be enabled: OPENGL=yes sh ./snd.SlackBuild -This is not appropriate for all configurations, so this option is -disabled by default. +This option is not appropriate for all configurations, so it is disabled +by default. |