INSTALL 1014 Bytes
Newer Older
DreamSourceLab's avatar
v0.3  
DreamSourceLab committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
-------------------------------------------------------------------------------
INSTALL
-------------------------------------------------------------------------------

Requirements
------------

 - git
 - g++
 - make
 - libtool
 - pkg-config >= 0.22
 - cmake >= 2.6
 - libglib >= 2.28.0
 - Qt >= 4.5
 - libboost >= 1.42 (including the following libs):
    - libboost-system
    - libboost-thread
DreamSourceLab's avatar
DreamSourceLab committed
19
 - libsigrok4DSL >= 0.2.0
DreamSourceLab's avatar
v0.3  
DreamSourceLab committed
20 21 22 23


Building and installing
-----------------------
DreamSourceLab's avatar
DreamSourceLab committed
24
Get the DSView source code from: www.dreamsourcelab.com/download.html
DreamSourceLab's avatar
v0.3  
DreamSourceLab committed
25 26
In order to build it, run:

DreamSourceLab's avatar
DreamSourceLab committed
27
 $ cd DSView
DreamSourceLab's avatar
v0.3  
DreamSourceLab committed
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
 $ cmake .
 $ make

For installing PulseView:

 $ make install

See the following wiki page for more (OS-specific) instructions:

 http://sigrok.org/wiki/Building


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