]> sigrok.org Git - pulseview.git/commitdiff
PulseView depends on libsigrokdecode >= 0.2.0 (optional).
authorUwe Hermann <redacted>
Fri, 3 May 2013 18:56:49 +0000 (20:56 +0200)
committerUwe Hermann <redacted>
Fri, 3 May 2013 18:56:49 +0000 (20:56 +0200)
Currently libsigrokdecode support is not compiled in by default, though.

CMakeLists.txt
INSTALL
README

index 226cd36381c7e45253fb132acfd41afc576693f9..6aa6e9fb92bc6537be317cfd6a219f8d61f59322 100644 (file)
@@ -55,7 +55,7 @@ list(APPEND PKGDEPS
 )
 
 if(ENABLE_SIGROKDECODE)
 )
 
 if(ENABLE_SIGROKDECODE)
-       list(APPEND PKGDEPS libsigrokdecode>=0.1.0)
+       list(APPEND PKGDEPS libsigrokdecode>=0.2.0)
 endif()
 
 find_package(PkgConfig)
 endif()
 
 find_package(PkgConfig)
diff --git a/INSTALL b/INSTALL
index 18f0e0bb191ea83bdf3a7b4e3d982d4fdde1574f..f5ab4a773ae2b495219abcf6e8fafa997618d2f2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,7 +17,7 @@ Requirements
     - libboost-system
     - libboost-thread
  - libsigrok >= 0.2.0
     - 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
 
 
 Building and installing
diff --git a/README b/README
index 658af7742e9eb68db2e197c96773cd7718c1bf16..b4ea45ebcace4b639b9fe5dd2264923e1d565b66 100644 (file)
--- 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).
 
 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
 
 
 Status