IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12926


Ignore:
Timestamp:
Apr 19, 2007, 11:45:29 AM (19 years ago)
Author:
eugene
Message:

update the installation instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/INSTALL

    r12841 r12926  
    33software suite into a location which is flexibly defined by the user.
    44The tools here also set up the user's environment variables (PATH,
    5 PERL5LIB, LD_LIBRARY_PATH, etc) to make use of the installed
    6 software.  With the psconfig tools, it is easy to switch between
    7 different installed versions or to recompile subsets of the IPP tree.
     5PERL5LIB, LIBRARY_PATH, etc) to make use of the installed software.
     6With the psconfig tools, it is easy to switch between different
     7installed versions or to recompile subsets of the IPP tree.
    88
    991. Set up the psconfig system.
     
    3333alias psconfig="source PATH/psconfig.bash"
    3434
    35 it is also necessary to edit the file psconfig.bash to set the INSTALL
    36 variable to this directory as well.
     35it is also necessary to edit the file psconfig.bash to set the
     36PSCONFIG_DIR variable to this directory as well.
    3737
    38382. Using psconfig to set / examine your install system:
     
    7777The program 'pscheckperl' in this directory will check for required
    7878Perl modules, and can be used to install them in the appropriate user
    79 location in the psconfig system.  The command requires the name of an
    80 IPP distribution, eg:
     79location in the psconfig system.  The command defaults to the latest
     80perl installation table (eg, tagsets/ipp-1.2.perl).
    8181
    82 pscheckperl ipp-1.0
     82pscheckperl
    8383
    84 will test for the perl modules specified for the ipp 1.0 release.
     84will test for the perl modules specified for the latest ipp release.
    8585if any modules are missing, they can be download from the Pan-STARRS
    8686web site:
     
    9393flag to pscheckperl:
    9494
    95 pscheckperl ipp-1.0 -build
     95pscheckperl -build
    9696
    97974. Building
     
    103103specific version.  this should be automatically set as the default!
    104104
    105 psbuild ipp-1.0
     105psbuild ipp-1.2
    106106
    107107------
Note: See TracChangeset for help on using the changeset viewer.