From: Joel Holdsworth Date: Sat, 19 Jan 2013 21:55:25 +0000 (+0000) Subject: Documented packing procedure X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=202cf44dcecb79c030228c2a3c2e7c88509b9e51 Documented packing procedure --- diff --git a/README b/README index 210b8c3..6788213 100644 --- a/README +++ b/README @@ -59,6 +59,14 @@ 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 Mailing lists -------------