X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=README;h=0a3999b24b0fe7393fd0138cb5a80430b6e6ab33;hp=b942c340dca1aa3344f717548910a32938b8cd6c;hb=c435f37ff6e5248f1264c118fdc0bb4931f08c29;hpb=ae623051bf62ed0c000a705f18f3d3f469860472 diff --git a/README b/README index b942c340..0a3999b2 100644 --- a/README +++ b/README @@ -31,7 +31,7 @@ Requirements - cmake >= 2.6 - libglib >= 2.28.0 - Qt >= 4.5 - - libboost >= 1.46 (including the following libs): + - libboost >= 1.45 (including the following libs): - libboost-system - libboost-thread - libsigrok >= 0.2.0 @@ -60,6 +60,17 @@ Please see the following wiki pages for more detailed instructions: 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 + $ cd dist + $ cmake .. + $ make package_source + + Mailing lists -------------