diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-06-30 16:43:27 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-06-30 16:43:27 +0200 |
commit | c21d8e8870d7e092cd24dcc2bc7a70c2564a3217 (patch) | |
tree | dfced1728579fb59c303a93fa533e133ad0e7f5c | |
parent | fa59c38ef81d9834f8ffa59d0083eafbcfc44fd7 (diff) | |
download | xmobar-c21d8e8870d7e092cd24dcc2bc7a70c2564a3217.tar.gz xmobar-c21d8e8870d7e092cd24dcc2bc7a70c2564a3217.tar.bz2 |
A mention to libasound2-dev needed for ALSA support
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -141,7 +141,9 @@ Otherwise, you'll need to install them yourself. `with_alsa` : Support for ALSA sound cards. Enables the Volume plugin. Requires the - [alsa-mixer] package. + [alsa-mixer] package. To install the latter, you'll need the + [libasound] C library and headers in your system (e.g., install + `libasound2-dev` in Debian-based systems). `with_datezone` : Support for other timezones. Enables the DateZone plugin. @@ -1376,6 +1378,7 @@ Copyright © 2010-2012 Jose Antonio Ortega Ruiz [i3status]: http://i3wm.org/i3status/ [i3status manual]: http://i3wm.org/i3status/manpage.html#_using_i3status_with_xmobar [iwlib]: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html +[libasound]: http://packages.debian.org/stable/libasound2-dev [hinotify]: http://hackage.haskell.org/package/hinotify/ [libmpd]: http://hackage.haskell.org/package/libmpd/ [dbus]: http://hackage.haskell.org/package/dbus |