From: Uwe Hermann Date: Fri, 3 May 2013 18:56:49 +0000 (+0200) Subject: PulseView depends on libsigrokdecode >= 0.2.0 (optional). X-Git-Tag: pulseview-0.1.0~4 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=84b1b7d28acc52214940ac94a84943cf9e9685fa PulseView depends on libsigrokdecode >= 0.2.0 (optional). Currently libsigrokdecode support is not compiled in by default, though. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 226cd363..6aa6e9fb 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 18f0e0bb..f5ab4a77 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 658af774..b4ea45eb 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