~ubuntu-branches/ubuntu/trusty/libaccessors-perl/trusty

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Salvatore Bonaccorso
  • Date: 2011-10-16 07:58:01 UTC
  • Revision ID: package-import@ubuntu.com-20111016075801-4z7dy8dvd7275k1x
Tags: upstream-1.01
ImportĀ upstreamĀ versionĀ 1.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
========================
 
2
 accessors Installation
 
3
========================
 
4
 
 
5
INSTALLATION
 
6
------------
 
7
 
 
8
Ideally, use the CPANPLUS or CPAN shell (`cpanp` or `cpan`) to download and
 
9
install the latest distribution from your nearest CPAN.
 
10
 
 
11
To install it manually type the following:
 
12
 
 
13
   perl Build.PL
 
14
   ./Build
 
15
   ./Build test
 
16
   ./Build install
 
17
 
 
18
Or, if you prefer to use make:
 
19
 
 
20
   perl Makefile.PL
 
21
   make
 
22
   make test
 
23
   make install
 
24