-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathINSTALL
43 lines (26 loc) · 878 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Installation Instructions for the qVNAmax software
------------------------------------------------
1. Requirements
* Qt4, version 4.7.0 or greater,
* QtSerialPort library (for Qt4), http://qt-project.org/wiki/QtSerialPort,
* Qwt library, version 5.2.2, 6.0.1 or greater,
* C++ build environment (compiler, etc.).
2. Basic installation
> qmake qvnamax.pro
> make
> su
> make install
3. Qmake options
PREFIX=/usr
install into specified location (/usr)
CONFIG+=qwt-rmb"
add Marker 2 support by right mouse key click
(Qwt 6.0.1+, requires Qwt-rmb library)
CONFIG+=ad9851
add parallel port support for AD9851 based devices
CONFIG+=ad9951
add parallel port support for AD9951 based devices (not working yet)
CONFIG+=test
test input data
"CONFIG += ad9851 test"
add several options simulteneusly