]> sigrok.org Git - pulseview.git/commitdiff
INSTALL/CMakeLists.txt: Bump libsigrokdecode requirement to >= 0.6.0.
authorUwe Hermann <redacted>
Fri, 21 Jul 2017 05:08:06 +0000 (07:08 +0200)
committerUwe Hermann <redacted>
Fri, 21 Jul 2017 13:10:34 +0000 (15:10 +0200)
PulseView now relies on e.g. the fact that multiple libsigrokdecode
calls from different threads don't cause issues (which has not been the
case prior to libsigrokdecode 0.6.0).

CMakeLists.txt
INSTALL

index 21edc55a46db8063d855b8a4571233455c79747b..66ef33b118ee405d463abd4c03ee1b317a283f2e 100644 (file)
@@ -61,7 +61,7 @@ list(APPEND PKGDEPS glibmm-2.4>=2.28.0)
 list(APPEND PKGDEPS libsigrokcxx>=0.6.0)
 
 if(ENABLE_DECODE)
-       list(APPEND PKGDEPS libsigrokdecode>=0.5.0)
+       list(APPEND PKGDEPS libsigrokdecode>=0.6.0)
 endif()
 
 if(ANDROID)
diff --git a/INSTALL b/INSTALL
index 62cebc8333ab9b85434040647602995e92cb68fd..445e36b8e34561b5e91118a9a9f5a06d4f1abd92 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -23,7 +23,7 @@ Requirements
     - libboost-serialization
     - libboost-test (optional, only needed to run the unit tests)
  - libsigrokcxx >= 0.6.0 (libsigrok C++ bindings)
- - libsigrokdecode >= 0.5.0
+ - libsigrokdecode >= 0.6.0
  - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)