From 84b1b7d28acc52214940ac94a84943cf9e9685fa Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 3 May 2013 20:56:49 +0200 Subject: [PATCH] PulseView depends on libsigrokdecode >= 0.2.0 (optional). Currently libsigrokdecode support is not compiled in by default, though. --- CMakeLists.txt | 2 +- INSTALL | 2 +- README | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 226cd36..6aa6e9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/INSTALL b/INSTALL index 18f0e0b..f5ab4a7 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/README b/README index 658af77..b4ea45e 100644 --- a/README +++ b/README @@ -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 -- 2.30.2