X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=README;h=a0552251abc38e29a6de084bc397e980974b32c8;hp=dee7cdc04ac6aa202312fc6e4443ec5a2b5e0d74;hb=9fd5bb6e6468eb6d211aff682f3a64e7f070bb44;hpb=7a68af04fad429d32794c21149ed0bc38d0a934c diff --git a/README b/README index dee7cdc0..a0552251 100644 --- a/README +++ b/README @@ -31,7 +31,9 @@ Requirements - cmake >= 2.6 - libglib >= 2.28.0 - Qt >= 4.5 - - libboost >= 1.46 + - libboost >= 1.42 (including the following libs): + - libboost-system + - libboost-thread - libsigrok >= 0.2.0 - libsigrokdecode >= 0.1.0 @@ -58,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 -------------