X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=INSTALL;h=35e2a520932228549ea05500c6fba19771dc027e;hp=18f0e0bb191ea83bdf3a7b4e3d982d4fdde1574f;hb=9a5624cf59195fc63ab34addbcbd010f472ccb59;hpb=a5331e7ac8dfc5e8bab56818e93a53bb39c9e44f diff --git a/INSTALL b/INSTALL index 18f0e0bb..35e2a520 100644 --- a/INSTALL +++ b/INSTALL @@ -6,18 +6,22 @@ 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