README.md: Add the list of dependencies

pull/8/head
Olivier Martin 2017-01-30 11:52:12 +01:00
parent 3bce76b270
commit 7f32f5c346
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ Latest GattLib Release packages
Build GattLib
=============
* Gattlib requires the following packages: `libbluetooth-dev`, `libreadline-dev`.
On Debian based system (such as Ubuntu), you can installed these packages with the
following command: `sudo apt-install libbluetooth-dev libreadline-dev`
```
cd <gattlib-src-root>
mkdir build && cd build