-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
65 lines (41 loc) · 1.96 KB
/
INSTALL
File metadata and controls
65 lines (41 loc) · 1.96 KB
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
INSTALLATION NOTES FOR UMTS-TOOLS
_ Installation on POSIX platforms _
If you are using any decent POSIX distribution, you will find Perl in
a prepackaged form. You will also need to install the following Perl
modules:
- Device::SerialPort
- Config::General
- Digest::HMAC
- Crypt::Rijndael
- File::Type
- XML::Simple
If you want to make use of the Graphic User Interface (GUI), you will also
need to install these Perl modules:
- Glib
- Gtk2
_ Installation on WIN32 platforms _
1. Install Perl
You can get a good distribution of Perl for Win32 here:
http://www.activestate.com/Products/ActivePerl/
2. Install the required Perl modules
To install the Perl modules required by umts-tools, simply run the batch
file "install-win32.bat" that is distributed with umts-tools.
3. Install support for Gtk2::Perl (optional, to make use of GUI)
First install the files needed to run Gtk2 on Windows by retrieving the
following file and extracting it to C:\
http://dev.jerryweb.org/dist/gtk2-win32-deps-2.4.14.zip
Now you need to make sure Windows looks for the libraries you have just
installed. To do so, go to the 'Control Panel', then 'System', and in the
'Advanced' tab, click on 'Environment Variables'. In the 'System variables'
view, make sure the PATH variable currently ends with a semi-colon (";") or
add one as necessary. Then add the following to the end of the PATH variable:
C:\usr\bin;
If you use a proxy server to access Internet you will need to set the
HTTP_PROXY environment variable in order to retrieve Perl modules
from Internet. To do so you would type from a command prompt:
set HTTP_PROXY=http://myuser:mypass@proxy.mydomain.org:80/
Finally, install the necessary Perl modules by typing the following commands
from the command prompt:
ppm install http://gtk2-perl.sourceforge.net/win32/ppm/ExtUtils-PkgConfig.ppd
ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Glib-1080.ppd
ppm install http://gtk2-perl.sourceforge.net/win32/ppm/Gtk2-1080.ppd