Changeset 12926
- Timestamp:
- Apr 19, 2007, 11:45:29 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/INSTALL (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/INSTALL
r12841 r12926 3 3 software suite into a location which is flexibly defined by the user. 4 4 The tools here also set up the user's environment variables (PATH, 5 PERL5LIB, L D_LIBRARY_PATH, etc) to make use of the installed6 software. With the psconfig tools, it is easy to switch between 7 differentinstalled versions or to recompile subsets of the IPP tree.5 PERL5LIB, LIBRARY_PATH, etc) to make use of the installed software. 6 With the psconfig tools, it is easy to switch between different 7 installed versions or to recompile subsets of the IPP tree. 8 8 9 9 1. Set up the psconfig system. … … 33 33 alias psconfig="source PATH/psconfig.bash" 34 34 35 it is also necessary to edit the file psconfig.bash to set the INSTALL36 variable to this directory as well.35 it is also necessary to edit the file psconfig.bash to set the 36 PSCONFIG_DIR variable to this directory as well. 37 37 38 38 2. Using psconfig to set / examine your install system: … … 77 77 The program 'pscheckperl' in this directory will check for required 78 78 Perl modules, and can be used to install them in the appropriate user 79 location in the psconfig system. The command requires the name of an80 IPP distribution, eg: 79 location in the psconfig system. The command defaults to the latest 80 perl installation table (eg, tagsets/ipp-1.2.perl). 81 81 82 pscheckperl ipp-1.082 pscheckperl 83 83 84 will test for the perl modules specified for the ipp 1.0release.84 will test for the perl modules specified for the latest ipp release. 85 85 if any modules are missing, they can be download from the Pan-STARRS 86 86 web site: … … 93 93 flag to pscheckperl: 94 94 95 pscheckperl ipp-1.0-build95 pscheckperl -build 96 96 97 97 4. Building … … 103 103 specific version. this should be automatically set as the default! 104 104 105 psbuild ipp-1. 0105 psbuild ipp-1.2 106 106 107 107 ------
Note:
See TracChangeset
for help on using the changeset viewer.
