]> sigrok.org Git - pulseview.git/commitdiff
INSTALL: Mention the missing glibmm dependency.
authorUwe Hermann <redacted>
Fri, 29 Jan 2016 19:26:05 +0000 (20:26 +0100)
committerUwe Hermann <redacted>
Fri, 29 Jan 2016 19:26:05 +0000 (20:26 +0100)
PulseView uses glibmm directly, not just indirectly via libsigrokcxx.

INSTALL

diff --git a/INSTALL b/INSTALL
index 904855816b6b282301e0c742e22c0a9b7ebd8af7..b532339a8088b99258e30f60d4d2917af8edfe59 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -14,6 +14,7 @@ Requirements
  - pkg-config >= 0.22
  - cmake >= 2.8.6
  - libglib >= 2.28.0
  - pkg-config >= 0.22
  - cmake >= 2.8.6
  - libglib >= 2.28.0
+ - glibmm-2.4 (>= 2.28.0)
  - Qt4 >= 4.5 or Qt5 (including the following components):
     - Qt4: QtCore, QtGui, QtSvg
     - Qt5: Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
  - Qt4 >= 4.5 or Qt5 (including the following components):
     - Qt4: QtCore, QtGui, QtSvg
     - Qt5: Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg