updates dependencies list
This commit is contained in:
parent
f89d2b488b
commit
3d6879e049
|
|
@ -7,11 +7,12 @@ Current support:
|
||||||
|
|
||||||
## compile and install
|
## compile and install
|
||||||
|
|
||||||
This application uses libftdi1, so this library must be installed (and,
|
This application uses **libftdi1**, so this library must be installed (and,
|
||||||
depending of the distribution, headers too)
|
depending of the distribution, headers too)
|
||||||
```bash
|
```bash
|
||||||
apt-get install libftdi1-2 libftdi1-dev libftdipp1-3 libftdipp1-dev
|
apt-get install libftdi1-2 libftdi1-dev libftdipp1-3 libftdipp1-dev
|
||||||
```
|
```
|
||||||
|
and if not already done, install **pkg-config**, **make** and **g++**.
|
||||||
|
|
||||||
To build the app:
|
To build the app:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue