From: Uwe Hermann Date: Sat, 19 Jan 2013 18:13:52 +0000 (+0100) Subject: README: Document alsa (optional) library. X-Git-Tag: dsupstream~347 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=294245ecf280ce72bffa40586d68195aa5980b6d;p=libsigrok.git README: Document alsa (optional) library. --- diff --git a/README b/README index 989984ea..73ee69d6 100644 --- a/README +++ b/README @@ -35,10 +35,11 @@ Requirements - libtool - pkg-config >= 0.22 - libglib >= 2.28.0 - - libusb >= 1.0.9 (for most hardware) - libzip >= 0.8 - - libftdi >= 0.16 (for some hardware) - - libudev >= 151 (for some hardware) + - libusb-1.0 >= 1.0.9 (optional, used by most drivers) + - libftdi >= 0.16 (optional, used by some drivers) + - libudev >= 151 (optional, used by some drivers) + - libasound / alsa-lib >= 1.0 (optional, only used by the alsa driver) Building and installing