IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 29, 2005, 11:46:32 AM (21 years ago)
Author:
jhoblitt
Message:

add Template install instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/INSTALL

    r4667 r4669  
    1 # $Id: INSTALL,v 1.3 2005-07-29 21:39:18 jhoblitt Exp $
     1# $Id: INSTALL,v 1.4 2005-07-29 21:46:32 jhoblitt Exp $
    22
    33Using the psmetadb meta-database API generator
     
    1313- Step 1
    1414
    15 Install the PS:IPP::Metadata::Config module.
     15Install the PS:IPP::Metadata::Config and Template modules.
    1616
     17# PS:IPP::Metadata::Config
    1718$ cvs co PS-IPP-Metadata-Config
    1819$ cd PS-IPP-Metadata-Config
     
    2021$ ./Build
    2122$ ./Build test
    22 # in you have sudo
     23# if you have sudo
    2324$ sudo ./Build install
    2425# if not
    2526$ su
    2627$ ./Build install
     28
     29# Template
     30# if you have sudo
     31$ sudo perl -MCPAN -e 'install Template'
     32# if not
     33$ su -
     34$ perl -MCPAN -e 'install Template'
     35
     36If you have never used CPAN before you will be given a series of prompts to
     37configure the module.
    2738
    2839- Step 2
Note: See TracChangeset for help on using the changeset viewer.