diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-05 23:38:26 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-05 23:38:26 +0200 |
commit | 9289c32f866edd95a4d70b1ab235cbf25e9a35ba (patch) | |
tree | 338f0ce647919c05e7b6cfe4ed281414bc7cb423 | |
parent | 32cf081aa948793869822c9634751bced245f01c (diff) |
Mention the GLib requirement and that USB library is optional
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ In order to compile Bluetooth utilities you need following software packages: - Linux Bluetooth protocol stack (BlueZ) - GCC compiler - D-Bus library - - USB library + - GLib library + - USB library (optional) - Lexical Analyzer (flex, lex) - YACC (yacc, bison, byacc) |