-
Notifications
You must be signed in to change notification settings - Fork 4
/
INSTALL
94 lines (54 loc) · 2.97 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
_/ _/ _/ _/ _/
_/ _/_/_/ _/_/_/ _/_/_/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/_/_/_/ _/ _/_/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/
_/_/ _/
lightpack.googlecode.com
===================================================================================
# Install guide
===================================================================================
-----------------------------------------------------------------------------------
Get latest build for your platform: http://code.google.com/p/lightpack/downloads
NOTE: Windows users, don't forget to download Qt libraries.
--------------------------------------------------------------------------------
# Linux
--------------------------------------------------------------------------------
Lightpack depends on:
Shared library: [libusb-1.0.so.0]
Shared library: [libQtGui.so.4]
Shared library: [libQtCore.so.4]
Shared library: [libpthread.so.0]
Shared library: [libstdc++.so.6]
Shared library: [libm.so.6]
Shared library: [libgcc_s.so.1]
Shared library: [libc.so.6]
NOTE: I think this steps can be reproduced on any linux platform (changes depending
on platform), but I'll show you how to do this on Debian-based distro like Ubuntu
1. Download and install libs:
$ sudo apt-get install libusb-1.0-0
$ sudo apt-get install libqt4-gui
2. Set executable bit:
$ sudo chmod +x Lightpack
3. Plugin device and start application:
$ ./Lightpack
4. Using --help option for show help message:
$ ./Lightpack --help
NOTE: If application can not connect to the device, add a rule for UDEV
See comments in 93-lightpack.rules for how to do it.
TIP: Linux users can use this images for icon:
http://lightpack.googlecode.com/hg/Software/res/icons/on.png
http://lightpack.googlecode.com/hg/Software/res/icons/Lightpack.png
--------------------------------------------------------------------------------
# Windows
--------------------------------------------------------------------------------
If your forgot to download Qt libraries go to:
http://code.google.com/p/lightpack/downloads
1. Extract Qt libs to Lightpack folder
2. Copy Lightpack.exe to Lightpack folder
3. Connect device and start application
NOTE: Icon for windows users included in resources.
Please let us know if you find mistakes, bugs or errors.
Post new issue : http://code.google.com/p/lightpack/issues/list
Ask questions : http://groups.google.com/group/lightpack