INSTALL: Bump requirement to libsigrokcxx >= 0.6.0.

PulseView now uses APIs that are only available in
libsigrokcxx >= 0.6.0.
This commit is contained in:
Uwe Hermann 2017-06-26 22:46:23 +02:00
parent 3083cda853
commit 6475f52b05
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Requirements
- libboost-filesystem
- libboost-serialization
- libboost-test (optional, only needed to run the unit tests)
- libsigrokcxx >= 0.5.0 (libsigrok C++ bindings)
- libsigrokcxx >= 0.6.0 (libsigrok C++ bindings)
- libsigrokdecode >= 0.5.0
- libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)