diff options
author | Joar Wandborg <git@wandborg.com> | 2012-09-29 20:35:49 +0200 |
---|---|---|
committer | Joar Wandborg <git@wandborg.com> | 2012-09-29 20:35:49 +0200 |
commit | 34a853133f6b5aa4a368053489c7c7f2838eec2b (patch) | |
tree | 11f6c76267436308482f70f62ac1b1d0b79bf361 /docs/source | |
parent | 942084fbfd4dffb08053b216d5c3f0ef7a3383b7 (diff) | |
download | mediagoblin-34a853133f6b5aa4a368053489c7c7f2838eec2b.tar.lz mediagoblin-34a853133f6b5aa4a368053489c7c7f2838eec2b.tar.xz mediagoblin-34a853133f6b5aa4a368053489c7c7f2838eec2b.zip |
Added note about libasound2-dev to docs.
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/siteadmin/media-types.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst index d062da95..40e54c56 100644 --- a/docs/source/siteadmin/media-types.rst +++ b/docs/source/siteadmin/media-types.rst @@ -96,6 +96,13 @@ On Debianoid systems, run:: sudo apt-get install libsndfile1-dev +.. note:: + scikits.audiolab will display a warning every time it's imported if you don + not compile it with alsa support. Alsa support is not necessary for the GNU + MediaGoblin application, but if you do not wish to have the alsa warnings + from audiolab pop up everywhere you should also install ``libasound2-dev`` + before you install scikits.audiolab. + Then install ``scikits.audiolab`` for the spectrograms:: ./bin/pip install scikits.audiolab |