From 3585244b2ba9a6739c171f94015097c18d655e6b Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 17 Jul 2021 15:29:30 +0200 Subject: [PATCH] README: list all dependencies at the same place --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 01ad052..2c1395b 100644 --- a/README.md +++ b/README.md @@ -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