File: INSTALL

package info (click to toggle)
libdevel-simpletrace-perl 0.08-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: perl: 86; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (5)
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

INSTALLATION NOTES
    
    This module can be installed using two methods. Choose whichever 
    fits your configuration or your taste. 

    The Flashy New Way
    ------------------
    You can use Module::Build, the pure Perl installation method, 
    by striking the following keys on your keyboard: 
    
      $ perl Build.PL
      $ ./Build test
      $ ./Build install


    The Good Old Way
    ----------------
    The brave ExtUtils::MakeMaker can still be used by simply typing 
    the following commands:
    
      $ perl Makefile.PL
      $ make
      $ make install
    
    and everything should work fine.