PulseView depends on libsigrokdecode >= 0.2.0 (optional).

Currently libsigrokdecode support is not compiled in by default, though.
This commit is contained in:
Uwe Hermann 2013-05-03 20:56:49 +02:00
parent aaabd61b12
commit 84b1b7d28a
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ list(APPEND PKGDEPS
)
if(ENABLE_SIGROKDECODE)
list(APPEND PKGDEPS libsigrokdecode>=0.1.0)
list(APPEND PKGDEPS libsigrokdecode>=0.2.0)
endif()
find_package(PkgConfig)

View File

@ -17,7 +17,7 @@ Requirements
- libboost-system
- libboost-thread
- libsigrok >= 0.2.0
- libsigrokdecode >= 0.1.0
- libsigrokdecode >= 0.2.0 (optional, support disabled by default for now)
Building and installing

2
README
View File

@ -6,7 +6,7 @@ The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).
PulseView is a Qt-based GUI for sigrok.
PulseView is a Qt-based LA/scope/MSO GUI for sigrok.
Status