forked from Ivasoft/DSView
v0.3
This commit is contained in:
@@ -1,49 +1,49 @@
|
||||
-------------------------------------------------------------------------------
|
||||
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
|
||||
- libsigrok4DSLogic >= 0.2.0
|
||||
|
||||
|
||||
Building and installing
|
||||
-----------------------
|
||||
Get the DSLogic-gui source code from: www.dreamsourcelab.com/download.html
|
||||
In order to build it, run:
|
||||
|
||||
$ cd DSLogic-gui
|
||||
$ 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
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
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
|
||||
- libsigrok4DSLogic >= 0.2.0
|
||||
|
||||
|
||||
Building and installing
|
||||
-----------------------
|
||||
Get the DSLogic-gui source code from: www.dreamsourcelab.com/download.html
|
||||
In order to build it, run:
|
||||
|
||||
$ cd DSLogic-gui
|
||||
$ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user