X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=INSTALL;h=78868cd7070b4b3f2602b725cd6e77e7dfc16cdd;hp=18f0e0bb191ea83bdf3a7b4e3d982d4fdde1574f;hb=2b334bb4078d6e74e8ed4e3460c6596344dd9c8d;hpb=a5331e7ac8dfc5e8bab56818e93a53bb39c9e44f diff --git a/INSTALL b/INSTALL index 18f0e0bb..78868cd7 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) + - libsigrok >= 0.3.0 + - libsigrokdecode >= 0.3.0 Building and installing