README: list all dependencies at the same place

This commit is contained in:
Gwenhael Goavec-Merou 2021-07-17 15:29:30 +02:00
parent 630d4428c6
commit 3585244b2b
1 changed files with 1 additions and 3 deletions

View File

@ -109,7 +109,7 @@ __Supported cables:__
This application uses **libftdi1**, so this library must be installed (and,
depending of the distribution, headers too)
```bash
apt-get install libftdi1-2 libftdi1-dev libhidapi-libusb0 libhidapi-dev libudev-dev cmake
apt-get install libftdi1-2 libftdi1-dev libhidapi-libusb0 libhidapi-dev libudev-dev cmake pkg-config make g++
```
**libudev-dev** is optional, may be replaced by **eudev-dev** or just not installed.
@ -127,8 +127,6 @@ If you don't want this option, use:
-DENABLE_CMSISDAP=OFF
```
And if not already done, install **pkg-config**, **make** and **g++**.
Alternatively you can manually specify the location of **libusb** and **libftdi1**:
```bash