analogdevicesinc / libsmu

Software abstractions for the analog signal exploration tools.
http://analogdevicesinc.github.io/libsmu/
BSD 3-Clause "New" or "Revised" License
31 stars 31 forks source link

Typo in documentation for Linux Dependencies #172

Closed cyber-g closed 3 years ago

cyber-g commented 3 years ago

The command $ sudo apt-get install libusb-1.0-0-dev libboost-all-dev cmake pkgconfig

causes the following error: E: Unable to locate package pkgconfig

cyber-g commented 3 years ago

The right package name is: pkg-config

The command in the documentation should be modified to: $ sudo apt-get install libusb-1.0-0-dev libboost-all-dev cmake pkg-config