X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=INSTALL;h=5d0be6a290ee62681f32f903dc650d88b0ac17d5;hb=7c4b01a19188234695a05f5d2ed2be290eca5cba;hp=18f0e0bb191ea83bdf3a7b4e3d982d4fdde1574f;hpb=a5331e7ac8dfc5e8bab56818e93a53bb39c9e44f;p=pulseview.git diff --git a/INSTALL b/INSTALL index 18f0e0bb..5d0be6a2 100644 --- a/INSTALL +++ b/INSTALL @@ -6,18 +6,21 @@ Requirements ------------ - git - - g++ + - A C++ compiler with C++11 support (-std=c++11 option), e.g. + - g++ (>= 4.7) + - clang++ (>= 3.1) - make - libtool - pkg-config >= 0.22 - - cmake >= 2.6 + - cmake >= 2.8.6 - libglib >= 2.28.0 - Qt >= 4.5 - libboost >= 1.42 (including the following libs): - libboost-system - - libboost-thread - - libsigrok >= 0.2.0 - - libsigrokdecode >= 0.1.0 + - libboost-filesystem + - libboost-test (optional, only needed to run the unit tests) + - libsigrokxx >= 0.3.0 (libsigrok C++ bindings) + - libsigrokdecode >= 0.3.0 Building and installing