X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=README;h=a0552251abc38e29a6de084bc397e980974b32c8;hp=6788213d5f624fc06ec84cffb99e685750064e20;hb=c43d09e03d3e50aabb05f8026fa895a8e6aeca95;hpb=202cf44dcecb79c030228c2a3c2e7c88509b9e51 diff --git a/README b/README index 6788213d..a0552251 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Requirements - cmake >= 2.6 - libglib >= 2.28.0 - Qt >= 4.5 - - libboost >= 1.45 (including the following libs): + - libboost >= 1.42 (including the following libs): - libboost-system - libboost-thread - libsigrok >= 0.2.0 @@ -59,14 +59,17 @@ Please see the following wiki pages for more detailed instructions: http://sigrok.org/wiki/Windows http://sigrok.org/wiki/FreeBSD + Creating a source distribution package -------------------------------------- In order to build a source package begin with an unconfigured source tree. - $ mkdir dist/ - $ cmake ../ - $ make package_sources + $ mkdir dist + $ cd dist + $ cmake .. + $ make package_source + Mailing lists -------------