EasyManua.ls Logo

qutools quTAG MC - Software Installation and Configuration; quTAG Software Installation

qutools quTAG MC
36 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
www.qutools.com quTAG MC Manual 17
6 Software Installation and Configuration
6.1 Software Installation
The quTAG software can be installed on Windows 7, 8, 8.1, and 10, 32- and 64 Bit. The Linux
version requires a x86-64 Bit distribution with libc 2.19 or newer.
On Windows, using the
installer
Daisy@QUTAG-MC-
V
x.y.z
.exe
Start the installer program and follow the instructions. Drivers
and necessary libraries will be installed automatically.
On Windows, using the
zip archive QUTAG-MC-
V
x.y.z
.zip
Extract the zip archive to a directory of your choice.
Install the device driver in the usbdriver directory using
dpinst32.exe or dpinst64.exe, whatever conforms to your
Windows version.
On Linux, using the
tgz archive QUTAG-MC-
V
x.y.z
.tgz
1. The software is built for x86 systems; builds for 32 bit and 64
bit (AMD architecture) systems are available. It is linked
against libc 2.19; binary compatibility has been verified with
different distributions / distribution families.
2. Besides the standard installation, the following software is
required:
a) Qt4 Core, GUI, and OpenGL libraries
(Ubuntu: packets libqtcore4, libqtgui4 libqt4-opengl:
e.g. add the repository:
sudo add-apt-repository ppa:rock-core/qt4)
b) libusb 1.0 (don't confuse with libusb 0.1)
(Ubuntu: libusb-1.0-0)
3. Extract the directory tree to a place of your choice. E.g.
/home/me/daisy .
4. Add nhands.rules from /home/me/daisy/install to the udev
rules. (Ubuntu: copy to /etc/udev/rules.d, requires root
privileges).
The file installs a rule that grants access to nhands USB
devices to every user.
5. Daisy et al. require a couple of shared libraries that reside in
the program folder. The program loader must be enabled to
find those libs. Using the start scripts "rundaisy" and
"runflasher" instead of "daisy" and "nhflash" will do the job.
To call the programs (or userlib applications) directly, the
library path has to be published. This may be achieved
a) temporarily: add the extra search path to your shell:
export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/me/daisy