README: Document new libserialport requirement.

This commit is contained in:
Uwe Hermann 2013-11-13 19:35:27 +01:00
parent 6a76efebc1
commit 0dcb0c981e
1 changed files with 2 additions and 1 deletions

3
README
View File

@ -36,7 +36,8 @@ Requirements
- pkg-config >= 0.22
- libglib >= 2.32.0
- libzip >= 0.10
- libusb-1.0 >= 1.0.9 (optional, used by most drivers)
- libserialport >= 0.1 (optional, used by some drivers)
- libusb-1.0 >= 1.0.9 (optional, used by some 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)