mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 18:02:38 +02:00
README: list all dependencies at the same place
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user