File: INSTALL

package info (click to toggle)
libvuser-google-api-perl 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 324 kB
  • ctags: 215
  • sloc: perl: 3,176; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,045 bytes parent folder | download | duplicates (2)
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
Required Modules:

VUser-Google-ProvisioningAPI requires the following Perl modules
that are not included with Perl:
- Carp
- LWP::UserAgent
- HTTP::Request
- Encode
- XML::Simple

Other vuser extensions may require other Perl modules. Please see the
documentation included with those extensions for additional requirements.

Basic Installation:

	perl Makefile.PL
	make
	make test
	make install

That will install vuser on your system in /usr (or /usr/local) by default.
You can define a different install path by setting PREFIX when running
Makefile.PL. For example, to install vuser in your home directory

	perl Makefile.PL PREFIX=~

or to install in /opt

	perl Makefile.PL PREFIX=/opt

The install script will create lib, share and sbin directories in PREFIX.

If you install in a PREFIX that is not included in perl's default library
paths, you will need to set PERL5LIB to include the new directory. For
example, if you set PREFIX=/opt, you might add this to your .profile (or
/etc/profile).

	export PERL5LIB=/opt/lib/perl5/site_perl/