]> sigrok.org Git - pulseview.git/blobdiff - README
Documented packing procedure
[pulseview.git] / README
diff --git a/README b/README
index dee7cdc04ac6aa202312fc6e4443ec5a2b5e0d74..6788213d5f624fc06ec84cffb99e685750064e20 100644 (file)
--- a/README
+++ b/README
@@ -31,7 +31,9 @@ Requirements
  - cmake >= 2.6
  - libglib >= 2.28.0
  - Qt >= 4.5
- - libboost >= 1.46
+ - libboost >= 1.45 (including the following libs):
+    - libboost-system
+    - libboost-thread
  - libsigrok >= 0.2.0
  - libsigrokdecode >= 0.1.0
 
@@ -57,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
 -------------